#c7c2d0 Color Hex Lavender Bouquet

Information about Lavender Bouquet Color | #0000FF

#c7c2d0 color RGB value is (199,194,208). #c7c2d0 color name is Lavender Bouquet color.

#c7c2d0 hex color red value is 199 , green value is 194 and the blue value of its RGB is 208 . Cylindrical-coordinate representations (also known as HSL) of color #c7c2d0 hue: 261 , saturation: 13 and the lightness value of #c7c2d0 is 79

The process color (four color CMYK) of #c7c2d0 color hex is 2 , 3 ,0, 7 .

#c7c2d0

~Lavender Bouquet

Color Converions

HEX
#c7c2d0
RGB
199,194,208
LAB
79,4,-6
CMYK
4,7,0,18
LCH
79,7,-60
XYZ
54,55,67
HSV
261,7,82
HSL
261,13,79

Base Numbers

Base Red Green Blue
Binary 11000111 11000010 11010000
Octal 307 302 320
Decimal 199 194 208
Hex c7 c2 d0

RGB Percentages of Color #c7c2d0

78%
76%
82%

CMYK Percentages of Color #c7c2d0

2%
0%
3%
7%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #c7c2d0

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#c7c2d0
20%
#b3afbb
30%
#9f9ba6
40%
#8b8892
50%
#77747d
60%
#646168
70%
#504e53
80%
#3c3a3e
90%
#28272a
100%
#141315

Tints of #c7c2d0

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#c7c2d0
20%
#cdc8d5
30%
#d2ced9
40%
#d8d4de
50%
#dddae3
60%
#e3e1e8
70%
#e9e7ec
80%
#eeedf1
90%
#f4f3f6
100%
#f9f9fa

Tones of #c7c2d0

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#c7c2d0
20%
#c0bbc8
30%
#b9b5c0
40%
#b2aeb8
50%
#aaa7b0
60%
#a3a1a8
70%
#9c9aa0
80%
#959398
90%
#8e8d90
100%
#878688

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#c7c2d0
#c2c3d0
#c4c2d0
#c7c2d0
#cac2d0
#cdc2d0

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#c7c2d0
#cbd0c2

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#c7c2d0
#d0c2c8
#c3d0c2

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#c7c2d0
#d0c7c2
#c2d0c7

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#c7c2d0
#d0c2c4
#cbd0c2
#c2d0ce

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#c7c2d0
#f0eafa
#242326
#4d4b50
#76737b
#9e9aa5

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#c7c2d0

protanopia

#c3c2cf

deuteranopia

#d0bdd0

tritanopia

#c6c1d0

achromatopsia

#c4c4c4

protanomaly

#c4c2d0

deuteranomaly

#cdbfd0

achromatopsia

#c4c4c4

tritanomaly

#c6c1d0

achromatomaly

#c5c3c8

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 2/21
Hello World ! 2

Black background-color

Good 12/21
Hello World !

#c7c2d0 Color CSS Codes

.bgcolor {background-color:#c7c2d0; } 
.forecolor {color:#c7c2d0; }
.bordercolor {border:3px solid #c7c2d0; }
            

#c7c2d0 Text Font Color

<div style="color:#c7c2d0">
Div content here</div>

This sample text font color is #c7c2d0
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#c7c2d0 Background Color

<div style="background-color:#c7c2d0">
Div content here</div>
Div content here

#c7c2d0 Border Color

<div style="border:3px solid #c7c2d0">
Div here</div>

This div border color is #c7c2d0

#c7c2d0 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #c7c2d0; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c7c2d0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c7c2d0;
  -webkit-box-shadow: 1px 1px 3px 2px #c7c2d0;
  box-shadow: 1px 1px 3px 2px #c7c2d0; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c7c2d0">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c7c2d0;
              -webkit-box-shadow: 1px 1px 3px 2px #c7c2d0;
              box-shadow:         1px 1px 3px 2px #c7c2d0#c7c2d0">
Div content here</div>

This div box has shadow with color #c7c2d0

More Colors

Green Mesh
#d7d7ad
Pastel Smirk
#deece1
Perfect Storm
#9598a1
Organza Green
#bbccbd
Bubbles
#e7feff
Bamboo Shoot
#a3b6a4
Autumn Bloom
#ffe0cb
Butter Tart
#fee99f
Nori Green
#112a12
Jasmine Green
#7ec845
Fennec Fox
#dad7c8
Pepperoncini
#d8c553
Pine Water
#e5e7d5
French Lilac Blue
#adbae3
Molly Green
#e3efe3
Dark Sienna
#3c1414
Golden Snitch
#f1e346
Mirage Lake
#4f938f
Cement
#a5a391
Persian Fable
#d4ebdd
Imperial Grey
#676a6a
Enamel Green
#bacca8
Oarsman Blue
#648d95
Maximum Green
#5e8c31
Calmness
#68a895
Amalfi
#016e85
Arresting Auburn
#5a3532
Baby Vegetable
#5d6942
Paisley Purple
#8b79b1
Plume Grass
#d9d5c5
Mineral Glow
#fce8ce
Coral Trails
#ff8b87
Mobster
#605a67
Metallic Blue
#4f738e
Neutral Buff
#9d928f
Discreet Orange
#ffad98
Gamboge Yellow
#e6d058
Piquant Green
#769358
Mousy Brown
#5c4939
After Eight Filling
#d6eae8
rating-img
Rate this tool
NaN/5   0 votes