#D0B5CD

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

Shades of French Lilac #D0B5CD

Tints of French Lilac #D0B5CD

Color information

#D0B5CD (or 0xD0B5CD) is unknown color: approx French Lilac. HEX triplet: D0, B5 and CD. RGB value is (208,181,205). Sum of RGB (Red+Green+Blue) = 208+181+205=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 181 (71.09% from 255 or 30.47% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B5CD is #2F4A32. Grayscale: #BFBFBF. Windows color (decimal): -3099187 or 13481424. OLE color: 13481424.

HSL color Cylindrical-coordinate representation of color #D0B5CD: hue angle of 306.67º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0B5CD is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB208181205-
CMYK00.130.010.18
HSL306.67º22.31%76.27%-
HSV(B)306.67º12.98%81.57%-
XYZ53.5650.8764.75-
YUV191.81135.45139.55-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.02%
GREEN value IS 181 (71.09% from 255) = 30.47%
BLUE value IS 205 (80.47% from 255) = 34.51%
R=35.02%
G=30.47%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818120500.130.010.18306.6722.3176.27
HexD0B5CD0D112133164c
Octal32026531501512246326114
Binary11010000101101011100110101101110010100110011101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B5CD; }

 p { color: rgb(208,181,205); }

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

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

 a { background-color: rgb(208,181,205); }

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

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

 span { border-color: rgb(208,181,205); }

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