#DEBEDA

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

Shades of French Lilac #DEBEDA

Tints of French Lilac #DEBEDA

Color information

#DEBEDA (or 0xDEBEDA) is unknown color: approx French Lilac. HEX triplet: DE, BE and DA. RGB value is (222,190,218). Sum of RGB (Red+Green+Blue) = 222+190+218=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBEDA is #214125. Grayscale: #CACACA. Windows color (decimal): -2179366 or 14335710. OLE color: 14335710.

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

Color convert

RGB222190218-
CMYK00.140.020.13
HSL307.5º32.65%80.78%-
HSV(B)307.5º14.41%87.06%-
XYZ61.1957.4274.19-
YUV202.76136.6141.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.24%
GREEN value IS 190 (74.61% from 255) = 30.16%
BLUE value IS 218 (85.55% from 255) = 34.60%
R=35.24%
G=30.16%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219021800.140.020.13307.532.6580.78
HexDEBEDA0E2D1342151
Octal33627633201621546441121
Binary110111101011111011011010011101011011001101001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBEDA; }

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

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

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

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

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

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

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

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