#D6C6D2

Color #D6C6D2 French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #D6C6D2

Tints of French Lilac #D6C6D2

Color information

#D6C6D2 (or 0xD6C6D2) is unknown color: approx French Lilac. HEX triplet: D6, C6 and D2. RGB value is (214,198,210). Sum of RGB (Red+Green+Blue) = 214+198+210=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 198 (77.73% from 255 or 31.83% from 622); Blue value is 210 (82.42% from 255 or 33.76% from 622); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C6D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C6D2 is #29392D. Grayscale: #CCCCCC. Windows color (decimal): -2701614 or 13813462. OLE color: 13813462.

HSL color Cylindrical-coordinate representation of color #D6C6D2: hue angle of 315º degrees, saturation: 0.16, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D6C6D2 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB214198210-
CMYK00.070.020.16
HSL315º16.33%80.78%-
HSV(B)315º7.48%83.92%-
XYZ59.5659.3469.29-
YUV204.15131.3135.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 34.41%
GREEN value IS 198 (77.73% from 255) = 31.83%
BLUE value IS 210 (82.42% from 255) = 33.76%
R=34.41%
G=31.83%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419821000.070.020.1631516.3380.78
HexD6C6D20721013b1051
Octal3263063220722047320121
Binary11010110110001101101001001111010000100111011100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C6D2; }

 p { color: rgb(214,198,210); }

 H1.HeaderClassName
 {
   color: #D6C6D2;
 }
 .AnyTagClassName
 {
   color: #D6C6D2;
 }
</style>
background-color css

<style>
 a { background-color: #D6C6D2; }

 a { background-color: rgb(214,198,210); }

 div.DivClassName
 {
   background-color: #D6C6D2;
 }
 .BgClassName
 {
   background-color: #D6C6D2;
 }
</style>
border-color css

<style>
 span { border-color: #D6C6D2; }

 span { border-color: rgb(214,198,210); }

 td.TdClassName
 {
   border-color: #D6C6D2;
 }
 .TagClassName
 {
   border-color: #D6C6D2;
 }
</style>