#D2ADCC

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

Shades of French Lilac #D2ADCC

Tints of French Lilac #D2ADCC

Color information

#D2ADCC (or 0xD2ADCC) is unknown color: approx French Lilac. HEX triplet: D2, AD and CC. RGB value is (210,173,204). Sum of RGB (Red+Green+Blue) = 210+173+204=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ADCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ADCC is #2D5233. Grayscale: #BBBBBB. Windows color (decimal): -2970164 or 13413842. OLE color: 13413842.

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

Color convert

RGB210173204-
CMYK00.180.030.18
HSL309.73º29.13%75.1%-
HSV(B)309.73º17.62%82.35%-
XYZ52.4247.9563.62-
YUV187.6137.26143.98-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.78%
GREEN value IS 173 (67.97% from 255) = 29.47%
BLUE value IS 204 (80.08% from 255) = 34.75%
R=35.78%
G=29.47%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017320400.180.030.18309.7329.1375.1
HexD2ADCC0123121361d4b
Octal32225531402232246635113
Binary1101001010101101110011000100101110010100110110111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ADCC; }

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

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

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

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

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

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

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

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