#D6ABCC

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

Shades of French Lilac #D6ABCC

Tints of French Lilac #D6ABCC

Color information

#D6ABCC (or 0xD6ABCC) is unknown color: approx French Lilac. HEX triplet: D6, AB and CC. RGB value is (214,171,204). Sum of RGB (Red+Green+Blue) = 214+171+204=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ABCC is #295433. Grayscale: #BBBBBB. Windows color (decimal): -2708532 or 13413334. OLE color: 13413334.

HSL color Cylindrical-coordinate representation of color #D6ABCC: hue angle of 313.95º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6ABCC is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB214171204-
CMYK00.200.050.16
HSL313.95º34.4%75.49%-
HSV(B)313.95º20.09%83.92%-
XYZ53.1947.7863.55-
YUV187.62137.25146.82-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.33%
GREEN value IS 171 (67.19% from 255) = 29.03%
BLUE value IS 204 (80.08% from 255) = 34.63%
R=36.33%
G=29.03%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417120400.200.050.16313.9534.475.49
HexD6ABCC01451013a224b
Octal32625331402452047242113
Binary110101101010101111001100010100101100001001110101000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ABCC; }

 p { color: rgb(214,171,204); }

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

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

 a { background-color: rgb(214,171,204); }

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

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

 span { border-color: rgb(214,171,204); }

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