#DEBCDA

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

Shades of French Lilac #DEBCDA

Tints of French Lilac #DEBCDA

Color information

#DEBCDA (or 0xDEBCDA) is unknown color: approx French Lilac. HEX triplet: DE, BC and DA. RGB value is (222,188,218). Sum of RGB (Red+Green+Blue) = 222+188+218=628 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.35% from 628); Green value is 188 (73.83% from 255 or 29.94% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCDA is #214325. Grayscale: #C9C9C9. Windows color (decimal): -2179878 or 14335198. OLE color: 14335198.

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

Color convert

RGB222188218-
CMYK00.150.020.13
HSL307.06º34%80.39%-
HSV(B)307.06º15.32%87.06%-
XYZ60.7656.5674.04-
YUV201.59137.26142.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.35%
GREEN value IS 188 (73.83% from 255) = 29.94%
BLUE value IS 218 (85.55% from 255) = 34.71%
R=35.35%
G=29.94%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218821800.150.020.13307.063480.39
HexDEBCDA0F2D1332250
Octal33627433201721546342120
Binary110111101011110011011010011111011011001100111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBCDA; }

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

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

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

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

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

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

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

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