#D6BBCF

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

Shades of French Lilac #D6BBCF

Tints of French Lilac #D6BBCF

Color information

#D6BBCF (or 0xD6BBCF) is unknown color: approx French Lilac. HEX triplet: D6, BB and CF. RGB value is (214,187,207). Sum of RGB (Red+Green+Blue) = 214+187+207=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBCF is #294430. Grayscale: #C5C5C5. Windows color (decimal): -2704433 or 13614038. OLE color: 13614038.

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

Color convert

RGB214187207-
CMYK00.130.030.16
HSL315.56º24.77%78.63%-
HSV(B)315.56º12.62%83.92%-
XYZ56.7654.3466.53-
YUV197.35133.45139.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.20%
GREEN value IS 187 (73.44% from 255) = 30.76%
BLUE value IS 207 (81.25% from 255) = 34.05%
R=35.20%
G=30.76%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418720700.130.030.16315.5624.7778.63
HexD6BBCF0D31013c194f
Octal32627331701532047431117
Binary110101101011101111001111011011110000100111100110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BBCF; }

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

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

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

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

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

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

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

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