#DEBCD4

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

Shades of French Lilac #DEBCD4

Tints of French Lilac #DEBCD4

Color information

#DEBCD4 (or 0xDEBCD4) is unknown color: approx French Lilac. HEX triplet: DE, BC and D4. RGB value is (222,188,212). Sum of RGB (Red+Green+Blue) = 222+188+212=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 212 (83.20% from 255 or 34.08% from 622); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCD4 is #21432B. Grayscale: #C8C8C8. Windows color (decimal): -2179884 or 13941982. OLE color: 13941982.

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

Color convert

RGB222188212-
CMYK00.150.050.13
HSL317.65º34%80.39%-
HSV(B)317.65º15.32%87.06%-
XYZ59.9956.2569.98-
YUV200.9134.26143.05-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.69%
GREEN value IS 188 (73.83% from 255) = 30.23%
BLUE value IS 212 (83.20% from 255) = 34.08%
R=35.69%
G=30.23%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218821200.150.050.13317.653480.39
HexDEBCD40F5D13e2250
Octal33627432401751547642120
Binary1101111010111100110101000111110111011001111101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBCD4; }

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

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

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

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

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

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

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

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