#D2BDCE

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

Shades of French Lilac #D2BDCE

Tints of French Lilac #D2BDCE

Color information

#D2BDCE (or 0xD2BDCE) is unknown color: approx French Lilac. HEX triplet: D2, BD and CE. RGB value is (210,189,206). Sum of RGB (Red+Green+Blue) = 210+189+206=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BDCE is #2D4231. Grayscale: #C5C5C5. Windows color (decimal): -2966066 or 13549010. OLE color: 13549010.

HSL color Cylindrical-coordinate representation of color #D2BDCE: hue angle of 311.43º degrees, saturation: 0.19, 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 #D2BDCE is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB210189206-
CMYK00.100.020.18
HSL311.43º18.92%78.24%-
HSV(B)311.43º10%82.35%-
XYZ55.9254.5565.98-
YUV197.22132.96137.12-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.71%
GREEN value IS 189 (74.22% from 255) = 31.24%
BLUE value IS 206 (80.86% from 255) = 34.05%
R=34.71%
G=31.24%
B=34.05%

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
Decimal21018920600.100.020.18311.4318.9278.24
HexD2BDCE0A212137134e
Octal32227531601222246723116
Binary110100101011110111001110010101010010100110111100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BDCE; }

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

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

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

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

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

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

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

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