#D2B3CD

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

Shades of French Lilac #D2B3CD

Tints of French Lilac #D2B3CD

Color information

#D2B3CD (or 0xD2B3CD) is unknown color: approx French Lilac. HEX triplet: D2, B3 and CD. RGB value is (210,179,205). Sum of RGB (Red+Green+Blue) = 210+179+205=594 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.35% from 594); Green value is 179 (70.31% from 255 or 30.13% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B3CD is #2D4C32. Grayscale: #BFBFBF. Windows color (decimal): -2968627 or 13480914. OLE color: 13480914.

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

Color convert

RGB210179205-
CMYK00.150.020.18
HSL309.68º25.62%76.27%-
HSV(B)309.68º14.76%82.35%-
XYZ53.7250.3564.64-
YUV191.23135.77141.39-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.35%
GREEN value IS 179 (70.31% from 255) = 30.13%
BLUE value IS 205 (80.47% from 255) = 34.51%
R=35.35%
G=30.13%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017920500.150.020.18309.6825.6276.27
HexD2B3CD0F2121361a4c
Octal32226331501722246632114
Binary110100101011001111001101011111010010100110110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B3CD; }

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

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

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

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

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

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

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

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