#D4ABCD

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

Shades of French Lilac #D4ABCD

Tints of French Lilac #D4ABCD

Color information

#D4ABCD (or 0xD4ABCD) is unknown color: approx French Lilac. HEX triplet: D4, AB and CD. RGB value is (212,171,205). Sum of RGB (Red+Green+Blue) = 212+171+205=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ABCD is #2B5432. Grayscale: #BBBBBB. Windows color (decimal): -2839603 or 13478868. OLE color: 13478868.

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

Color convert

RGB212171205-
CMYK00.190.030.17
HSL310.24º32.28%75.1%-
HSV(B)310.24º19.34%83.14%-
XYZ52.7347.5364.15-
YUV187.14138.08145.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.05%
GREEN value IS 171 (67.19% from 255) = 29.08%
BLUE value IS 205 (80.47% from 255) = 34.86%
R=36.05%
G=29.08%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217120500.190.030.17310.2432.2875.1
HexD4ABCD013311136204b
Octal32425331502332146640113
Binary11010100101010111100110101001111100011001101101000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ABCD; }

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

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

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

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

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

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

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

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