#D5BBCF

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

Shades of French Lilac #D5BBCF

Tints of French Lilac #D5BBCF

Color information

#D5BBCF (or 0xD5BBCF) is unknown color: approx French Lilac. HEX triplet: D5, BB and CF. RGB value is (213,187,207). Sum of RGB (Red+Green+Blue) = 213+187+207=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BBCF is #2A4430. Grayscale: #C5C5C5. Windows color (decimal): -2769969 or 13614037. OLE color: 13614037.

HSL color Cylindrical-coordinate representation of color #D5BBCF: hue angle of 313.85º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5BBCF is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB213187207-
CMYK00.120.030.16
HSL313.85º23.64%78.43%-
HSV(B)313.85º12.21%83.53%-
XYZ56.4754.1966.52-
YUV197.05133.61139.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.09%
GREEN value IS 187 (73.44% from 255) = 30.81%
BLUE value IS 207 (81.25% from 255) = 34.10%
R=35.09%
G=30.81%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318720700.120.030.16313.8523.6478.43
HexD5BBCF0C31013a184e
Octal32527331701432047230116
Binary110101011011101111001111011001110000100111010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BBCF; }

 p { color: rgb(213,187,207); }

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

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

 a { background-color: rgb(213,187,207); }

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

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

 span { border-color: rgb(213,187,207); }

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