#D4ADCD

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

Shades of French Lilac #D4ADCD

Tints of French Lilac #D4ADCD

Color information

#D4ADCD (or 0xD4ADCD) is unknown color: approx French Lilac. HEX triplet: D4, AD and CD. RGB value is (212,173,205). Sum of RGB (Red+Green+Blue) = 212+173+205=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADCD is #2B5232. Grayscale: #BCBCBC. Windows color (decimal): -2839091 or 13479380. OLE color: 13479380.

HSL color Cylindrical-coordinate representation of color #D4ADCD: hue angle of 310.77º 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 #D4ADCD is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB212173205-
CMYK00.180.030.17
HSL310.77º31.2%75.49%-
HSV(B)310.77º18.4%83.14%-
XYZ53.1148.2964.28-
YUV188.31137.42144.9-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.93%
GREEN value IS 173 (67.97% from 255) = 29.32%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=35.93%
G=29.32%
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.17
SystemRedGreenBlueCMYKHSL
Decimal21217320500.180.030.17310.7731.275.49
HexD4ADCD0123111371f4b
Octal32425531502232146737113
Binary1101010010101101110011010100101110001100110111111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ADCD; }

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

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

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

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

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

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

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

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