#DEBCD5

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

Shades of French Lilac #DEBCD5

Tints of French Lilac #DEBCD5

Color information

#DEBCD5 (or 0xDEBCD5) is unknown color: approx French Lilac. HEX triplet: DE, BC and D5. RGB value is (222,188,213). Sum of RGB (Red+Green+Blue) = 222+188+213=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 213 (83.59% from 255 or 34.19% from 623); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCD5 is #21432A. Grayscale: #C8C8C8. Windows color (decimal): -2179883 or 14007518. OLE color: 14007518.

HSL color Cylindrical-coordinate representation of color #DEBCD5: hue angle of 315.88º 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 #DEBCD5 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB222188213-
CMYK00.150.040.13
HSL315.88º34%80.39%-
HSV(B)315.88º15.32%87.06%-
XYZ60.1256.370.65-
YUV201.02134.76142.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.63%
GREEN value IS 188 (73.83% from 255) = 30.18%
BLUE value IS 213 (83.59% from 255) = 34.19%
R=35.63%
G=30.18%
B=34.19%

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
Decimal22218821300.150.040.13315.883480.39
HexDEBCD50F4D13c2250
Octal33627432501741547442120
Binary1101111010111100110101010111110011011001111001000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBCD5; }

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

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

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

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

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

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

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

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