#DEBDDC

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

Shades of French Lilac #DEBDDC

Tints of French Lilac #DEBDDC

Color information

#DEBDDC (or 0xDEBDDC) is unknown color: approx French Lilac. HEX triplet: DE, BD and DC. RGB value is (222,189,220). Sum of RGB (Red+Green+Blue) = 222+189+220=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBDDC is #214223. Grayscale: #CACACA. Windows color (decimal): -2179620 or 14466526. OLE color: 14466526.

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

Color convert

RGB222189220-
CMYK00.150.010.13
HSL303.64º33.33%80.59%-
HSV(B)303.64º14.86%87.06%-
XYZ61.2457.0975.5-
YUV202.4137.93141.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.18%
GREEN value IS 189 (74.22% from 255) = 29.95%
BLUE value IS 220 (86.33% from 255) = 34.87%
R=35.18%
G=29.95%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218922000.150.010.13303.6433.3380.59
HexDEBDDC0F1D1302151
Octal33627533401711546041121
Binary11011110101111011101110001111111011001100001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBDDC; }

 p { color: rgb(222,189,220); }

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

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

 a { background-color: rgb(222,189,220); }

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

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

 span { border-color: rgb(222,189,220); }

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