#D0B6CC

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

Shades of French Lilac #D0B6CC

Tints of French Lilac #D0B6CC

Color information

#D0B6CC (or 0xD0B6CC) is unknown color: approx French Lilac. HEX triplet: D0, B6 and CC. RGB value is (208,182,204). Sum of RGB (Red+Green+Blue) = 208+182+204=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 182 (71.48% from 255 or 30.64% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B6CC is #2F4933. Grayscale: #C0C0C0. Windows color (decimal): -3098932 or 13416144. OLE color: 13416144.

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

Color convert

RGB208182204-
CMYK00.120.020.18
HSL309.23º21.67%76.47%-
HSV(B)309.23º12.5%81.57%-
XYZ53.6451.2364.19-
YUV192.28134.61139.21-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.02%
GREEN value IS 182 (71.48% from 255) = 30.64%
BLUE value IS 204 (80.08% from 255) = 34.34%
R=35.02%
G=30.64%
B=34.34%

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
Decimal20818220400.120.020.18309.2321.6776.47
HexD0B6CC0C212135164c
Octal32026631401422246526114
Binary110100001011011011001100011001010010100110101101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B6CC; }

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

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

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

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

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

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

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

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