#DEBCD8

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

Shades of French Lilac #DEBCD8

Tints of French Lilac #DEBCD8

Color information

#DEBCD8 (or 0xDEBCD8) is unknown color: approx French Lilac. HEX triplet: DE, BC and D8. RGB value is (222,188,216). Sum of RGB (Red+Green+Blue) = 222+188+216=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 188 (73.83% from 255 or 30.03% from 626); Blue value is 216 (84.77% from 255 or 34.50% from 626); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCD8 is #214327. Grayscale: #C9C9C9. Windows color (decimal): -2179880 or 14204126. OLE color: 14204126.

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

Color convert

RGB222188216-
CMYK00.150.030.13
HSL310.59º34%80.39%-
HSV(B)310.59º15.32%87.06%-
XYZ60.556.4572.67-
YUV201.36136.26142.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.46%
GREEN value IS 188 (73.83% from 255) = 30.03%
BLUE value IS 216 (84.77% from 255) = 34.50%
R=35.46%
G=30.03%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218821600.150.030.13310.593480.39
HexDEBCD80F3D1372250
Octal33627433001731546742120
Binary110111101011110011011000011111111011001101111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBCD8; }

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

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

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

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

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

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

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

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