#D0B9CC

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

Shades of French Lilac #D0B9CC

Tints of French Lilac #D0B9CC

Color information

#D0B9CC (or 0xD0B9CC) is unknown color: approx French Lilac. HEX triplet: D0, B9 and CC. RGB value is (208,185,204). Sum of RGB (Red+Green+Blue) = 208+185+204=597 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.84% from 597); Green value is 185 (72.66% from 255 or 30.99% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B9CC is #2F4633. Grayscale: #C1C1C1. Windows color (decimal): -3098164 or 13416912. OLE color: 13416912.

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

Color convert

RGB208185204-
CMYK00.110.020.18
HSL310.43º19.66%77.06%-
HSV(B)310.43º11.06%81.57%-
XYZ54.2652.4764.39-
YUV194.04133.62137.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.84%
GREEN value IS 185 (72.66% from 255) = 30.99%
BLUE value IS 204 (80.08% from 255) = 34.17%
R=34.84%
G=30.99%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818520400.110.020.18310.4319.6677.06
HexD0B9CC0B212136144d
Octal32027131401322246624115
Binary110100001011100111001100010111010010100110110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B9CC; }

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

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

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

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

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

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

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

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