#D2B8CC

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

Shades of French Lilac #D2B8CC

Tints of French Lilac #D2B8CC

Color information

#D2B8CC (or 0xD2B8CC) is unknown color: approx French Lilac. HEX triplet: D2, B8 and CC. RGB value is (210,184,204). Sum of RGB (Red+Green+Blue) = 210+184+204=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 184 (72.27% from 255 or 30.77% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B8CC is #2D4733. Grayscale: #C2C2C2. Windows color (decimal): -2967348 or 13416658. OLE color: 13416658.

HSL color Cylindrical-coordinate representation of color #D2B8CC: hue angle of 313.85º degrees, saturation: 0.22, 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 #D2B8CC is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB210184204-
CMYK00.120.030.18
HSL313.85º22.41%77.25%-
HSV(B)313.85º12.38%82.35%-
XYZ54.6252.3464.35-
YUV194.05133.61139.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.12%
GREEN value IS 184 (72.27% from 255) = 30.77%
BLUE value IS 204 (80.08% from 255) = 34.11%
R=35.12%
G=30.77%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018420400.120.030.18313.8522.4177.25
HexD2B8CC0C31213a164d
Octal32227031401432247226115
Binary110100101011100011001100011001110010100111010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B8CC; }

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

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

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

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

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

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

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

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