#DEBED5

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

Shades of French Lilac #DEBED5

Tints of French Lilac #DEBED5

Color information

#DEBED5 (or 0xDEBED5) is unknown color: approx French Lilac. HEX triplet: DE, BE and D5. RGB value is (222,190,213). Sum of RGB (Red+Green+Blue) = 222+190+213=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBED5 is #21412A. Grayscale: #CACACA. Windows color (decimal): -2179371 or 14008030. OLE color: 14008030.

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

Color convert

RGB222190213-
CMYK00.140.040.13
HSL316.88º32.65%80.78%-
HSV(B)316.88º14.41%87.06%-
XYZ60.5557.1670.79-
YUV202.19134.1142.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.52%
GREEN value IS 190 (74.61% from 255) = 30.4%
BLUE value IS 213 (83.59% from 255) = 34.08%
R=35.52%
G=30.4%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219021300.140.040.13316.8832.6580.78
HexDEBED50E4D13d2151
Octal33627632501641547541121
Binary1101111010111110110101010111010011011001111011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBED5; }

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

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

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

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

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

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

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

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