#D9B8CF

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

Shades of French Lilac #D9B8CF

Tints of French Lilac #D9B8CF

Color information

#D9B8CF (or 0xD9B8CF) is unknown color: approx French Lilac. HEX triplet: D9, B8 and CF. RGB value is (217,184,207). Sum of RGB (Red+Green+Blue) = 217+184+207=608 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.69% from 608); Green value is 184 (72.27% from 255 or 30.26% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B8CF is #264730. Grayscale: #C4C4C4. Windows color (decimal): -2508593 or 13613273. OLE color: 13613273.

HSL color Cylindrical-coordinate representation of color #D9B8CF: hue angle of 318.18º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9B8CF is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB217184207-
CMYK00.150.050.15
HSL318.18º30.28%78.63%-
HSV(B)318.18º15.21%85.1%-
XYZ57.0253.5466.36-
YUV196.49133.93142.63-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.69%
GREEN value IS 184 (72.27% from 255) = 30.26%
BLUE value IS 207 (81.25% from 255) = 34.05%
R=35.69%
G=30.26%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718420700.150.050.15318.1830.2878.63
HexD9B8CF0F5F13e1e4f
Octal33127031701751747636117
Binary110110011011100011001111011111011111100111110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B8CF; }

 p { color: rgb(217,184,207); }

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

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

 a { background-color: rgb(217,184,207); }

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

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

 span { border-color: rgb(217,184,207); }

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