#D2BDCD

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

Shades of French Lilac #D2BDCD

Tints of French Lilac #D2BDCD

Color information

#D2BDCD (or 0xD2BDCD) is unknown color: approx French Lilac. HEX triplet: D2, BD and CD. RGB value is (210,189,205). Sum of RGB (Red+Green+Blue) = 210+189+205=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BDCD is #2D4232. Grayscale: #C5C5C5. Windows color (decimal): -2966067 or 13483474. OLE color: 13483474.

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

Color convert

RGB210189205-
CMYK00.100.020.18
HSL314.29º18.92%78.24%-
HSV(B)314.29º10%82.35%-
XYZ55.854.565.34-
YUV197.1132.46137.2-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.77%
GREEN value IS 189 (74.22% from 255) = 31.29%
BLUE value IS 205 (80.47% from 255) = 33.94%
R=34.77%
G=31.29%
B=33.94%

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
Decimal21018920500.100.020.18314.2918.9278.24
HexD2BDCD0A21213a134e
Octal32227531501222247223116
Binary110100101011110111001101010101010010100111010100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BDCD; }

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

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

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

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

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

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

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

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