#D2BCCE

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

Shades of French Lilac #D2BCCE

Tints of French Lilac #D2BCCE

Color information

#D2BCCE (or 0xD2BCCE) is unknown color: approx French Lilac. HEX triplet: D2, BC and CE. RGB value is (210,188,206). Sum of RGB (Red+Green+Blue) = 210+188+206=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BCCE is #2D4331. Grayscale: #C4C4C4. Windows color (decimal): -2966322 or 13548754. OLE color: 13548754.

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

Color convert

RGB210188206-
CMYK00.100.020.18
HSL310.91º19.64%78.04%-
HSV(B)310.91º10.48%82.35%-
XYZ55.754.1265.9-
YUV196.63133.29137.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.77%
GREEN value IS 188 (73.83% from 255) = 31.13%
BLUE value IS 206 (80.86% from 255) = 34.11%
R=34.77%
G=31.13%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018820600.100.020.18310.9119.6478.04
HexD2BCCE0A212137144e
Octal32227431601222246724116
Binary110100101011110011001110010101010010100110111101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BCCE; }

 p { color: rgb(210,188,206); }

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

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

 a { background-color: rgb(210,188,206); }

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

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

 span { border-color: rgb(210,188,206); }

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