#D2AFCC

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

Shades of French Lilac #D2AFCC

Tints of French Lilac #D2AFCC

Color information

#D2AFCC (or 0xD2AFCC) is unknown color: approx French Lilac. HEX triplet: D2, AF and CC. RGB value is (210,175,204). Sum of RGB (Red+Green+Blue) = 210+175+204=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AFCC is #2D5033. Grayscale: #BCBCBC. Windows color (decimal): -2969652 or 13414354. OLE color: 13414354.

HSL color Cylindrical-coordinate representation of color #D2AFCC: hue angle of 310.29º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2AFCC is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB210175204-
CMYK00.170.030.18
HSL310.29º28%75.49%-
HSV(B)310.29º16.67%82.35%-
XYZ52.8148.7263.75-
YUV188.77136.6143.14-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.65%
GREEN value IS 175 (68.75% from 255) = 29.71%
BLUE value IS 204 (80.08% from 255) = 34.63%
R=35.65%
G=29.71%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017520400.170.030.18310.292875.49
HexD2AFCC0113121361c4b
Octal32225731402132246634113
Binary1101001010101111110011000100011110010100110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AFCC; }

 p { color: rgb(210,175,204); }

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

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

 a { background-color: rgb(210,175,204); }

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

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

 span { border-color: rgb(210,175,204); }

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