#D6CAD3

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

Shades of French Lilac #D6CAD3

Tints of French Lilac #D6CAD3

Color information

#D6CAD3 (or 0xD6CAD3) is unknown color: approx French Lilac. HEX triplet: D6, CA and D3. RGB value is (214,202,211). Sum of RGB (Red+Green+Blue) = 214+202+211=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 211 (82.81% from 255 or 33.65% from 627); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CAD3 is #29352C. Grayscale: #CECECE. Windows color (decimal): -2700589 or 13880022. OLE color: 13880022.

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

Color convert

RGB214202211-
CMYK00.060.010.16
HSL315º12.77%81.57%-
HSV(B)315º5.61%83.92%-
XYZ60.6161.2470.25-
YUV206.61130.48133.27-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.13%
GREEN value IS 202 (79.30% from 255) = 32.22%
BLUE value IS 211 (82.81% from 255) = 33.65%
R=34.13%
G=32.22%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420221100.060.010.1631512.7781.57
HexD6CAD30611013bd52
Octal3263123230612047315122
Binary110101101100101011010011011011000010011101111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CAD3; }

 p { color: rgb(214,202,211); }

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

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

 a { background-color: rgb(214,202,211); }

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

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

 span { border-color: rgb(214,202,211); }

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