#D9B2CD

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

Shades of French Lilac #D9B2CD

Tints of French Lilac #D9B2CD

Color information

#D9B2CD (or 0xD9B2CD) is unknown color: approx French Lilac. HEX triplet: D9, B2 and CD. RGB value is (217,178,205). Sum of RGB (Red+Green+Blue) = 217+178+205=600 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.17% from 600); Green value is 178 (69.92% from 255 or 29.67% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B2CD is #264D32. Grayscale: #C0C0C0. Windows color (decimal): -2510131 or 13480665. OLE color: 13480665.

HSL color Cylindrical-coordinate representation of color #D9B2CD: hue angle of 318.46º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9B2CD is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB217178205-
CMYK00.180.060.15
HSL318.46º33.91%77.45%-
HSV(B)318.46º17.97%85.1%-
XYZ55.565164.67-
YUV192.74134.92145.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.17%
GREEN value IS 178 (69.92% from 255) = 29.67%
BLUE value IS 205 (80.47% from 255) = 34.17%
R=36.17%
G=29.67%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717820500.180.060.15318.4633.9177.45
HexD9B2CD0126F13e224d
Octal33126231502261747642115
Binary11011001101100101100110101001011011111001111101000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B2CD; }

 p { color: rgb(217,178,205); }

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

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

 a { background-color: rgb(217,178,205); }

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

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

 span { border-color: rgb(217,178,205); }

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