#D4ADCE

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

Shades of French Lilac #D4ADCE

Tints of French Lilac #D4ADCE

Color information

#D4ADCE (or 0xD4ADCE) is unknown color: approx French Lilac. HEX triplet: D4, AD and CE. RGB value is (212,173,206). Sum of RGB (Red+Green+Blue) = 212+173+206=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ADCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADCE is #2B5231. Grayscale: #BCBCBC. Windows color (decimal): -2839090 or 13544916. OLE color: 13544916.

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

Color convert

RGB212173206-
CMYK00.180.030.17
HSL309.23º31.2%75.49%-
HSV(B)309.23º18.4%83.14%-
XYZ53.2448.3464.92-
YUV188.42137.92144.82-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.87%
GREEN value IS 173 (67.97% from 255) = 29.27%
BLUE value IS 206 (80.86% from 255) = 34.86%
R=35.87%
G=29.27%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217320600.180.030.17309.2331.275.49
HexD4ADCE0123111351f4b
Octal32425531602232146537113
Binary1101010010101101110011100100101110001100110101111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ADCE; }

 p { color: rgb(212,173,206); }

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

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

 a { background-color: rgb(212,173,206); }

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

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

 span { border-color: rgb(212,173,206); }

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