#D2B0CC

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

Shades of French Lilac #D2B0CC

Tints of French Lilac #D2B0CC

Color information

#D2B0CC (or 0xD2B0CC) is unknown color: approx French Lilac. HEX triplet: D2, B0 and CC. RGB value is (210,176,204). Sum of RGB (Red+Green+Blue) = 210+176+204=590 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.59% from 590); Green value is 176 (69.14% from 255 or 29.83% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2B0CC is #2D4F33. Grayscale: #BDBDBD. Windows color (decimal): -2969396 or 13414610. OLE color: 13414610.

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

Color convert

RGB210176204-
CMYK00.160.030.18
HSL310.59º27.42%75.69%-
HSV(B)310.59º16.19%82.35%-
XYZ5349.1163.81-
YUV189.36136.26142.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.59%
GREEN value IS 176 (69.14% from 255) = 29.83%
BLUE value IS 204 (80.08% from 255) = 34.58%
R=35.59%
G=29.83%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017620400.160.030.18310.5927.4275.69
HexD2B0CC0103121371b4c
Octal32226031402032246733114
Binary1101001010110000110011000100001110010100110111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B0CC; }

 p { color: rgb(210,176,204); }

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

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

 a { background-color: rgb(210,176,204); }

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

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

 span { border-color: rgb(210,176,204); }

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