#D0B7CC

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

Shades of French Lilac #D0B7CC

Tints of French Lilac #D0B7CC

Color information

#D0B7CC (or 0xD0B7CC) is unknown color: approx French Lilac. HEX triplet: D0, B7 and CC. RGB value is (208,183,204). Sum of RGB (Red+Green+Blue) = 208+183+204=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 183 (71.88% from 255 or 30.76% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B7CC is #2F4833. Grayscale: #C0C0C0. Windows color (decimal): -3098676 or 13416400. OLE color: 13416400.

HSL color Cylindrical-coordinate representation of color #D0B7CC: hue angle of 309.6º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0B7CC is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB208183204-
CMYK00.120.020.18
HSL309.6º21.01%76.67%-
HSV(B)309.6º12.02%81.57%-
XYZ53.8451.6464.26-
YUV192.87134.28138.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.96%
GREEN value IS 183 (71.88% from 255) = 30.76%
BLUE value IS 204 (80.08% from 255) = 34.29%
R=34.96%
G=30.76%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818320400.120.020.18309.621.0176.67
HexD0B7CC0C212136154d
Octal32026731401422246625115
Binary110100001011011111001100011001010010100110110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B7CC; }

 p { color: rgb(208,183,204); }

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

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

 a { background-color: rgb(208,183,204); }

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

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

 span { border-color: rgb(208,183,204); }

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