#DEBCD6

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

Shades of French Lilac #DEBCD6

Tints of French Lilac #DEBCD6

Color information

#DEBCD6 (or 0xDEBCD6) is unknown color: approx French Lilac. HEX triplet: DE, BC and D6. RGB value is (222,188,214). Sum of RGB (Red+Green+Blue) = 222+188+214=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 214 (83.98% from 255 or 34.29% from 624); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCD6 is #214329. Grayscale: #C9C9C9. Windows color (decimal): -2179882 or 14073054. OLE color: 14073054.

HSL color Cylindrical-coordinate representation of color #DEBCD6: hue angle of 314.12º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEBCD6 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB222188214-
CMYK00.150.040.13
HSL314.12º34%80.39%-
HSV(B)314.12º15.32%87.06%-
XYZ60.2556.3571.32-
YUV201.13135.26142.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.58%
GREEN value IS 188 (73.83% from 255) = 30.13%
BLUE value IS 214 (83.98% from 255) = 34.29%
R=35.58%
G=30.13%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218821400.150.040.13314.123480.39
HexDEBCD60F4D13a2250
Octal33627432601741547242120
Binary1101111010111100110101100111110011011001110101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBCD6; }

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

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

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

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

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

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

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

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