#D6BCCF

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

Shades of French Lilac #D6BCCF

Tints of French Lilac #D6BCCF

Color information

#D6BCCF (or 0xD6BCCF) is unknown color: approx French Lilac. HEX triplet: D6, BC and CF. RGB value is (214,188,207). Sum of RGB (Red+Green+Blue) = 214+188+207=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BCCF is #294330. Grayscale: #C5C5C5. Windows color (decimal): -2704177 or 13614294. OLE color: 13614294.

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

Color convert

RGB214188207-
CMYK00.120.030.16
HSL316.15º24.07%78.82%-
HSV(B)316.15º12.15%83.92%-
XYZ56.9854.7766.6-
YUV197.94133.11139.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.14%
GREEN value IS 188 (73.83% from 255) = 30.87%
BLUE value IS 207 (81.25% from 255) = 33.99%
R=35.14%
G=30.87%
B=33.99%

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
Decimal21418820700.120.030.16316.1524.0778.82
HexD6BCCF0C31013c184f
Octal32627431701432047430117
Binary110101101011110011001111011001110000100111100110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BCCF; }

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

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

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

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

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

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

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

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