#DEBDD5

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

Shades of French Lilac #DEBDD5

Tints of French Lilac #DEBDD5

Color information

#DEBDD5 (or 0xDEBDD5) is unknown color: approx French Lilac. HEX triplet: DE, BD and D5. RGB value is (222,189,213). Sum of RGB (Red+Green+Blue) = 222+189+213=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBDD5 is #21422A. Grayscale: #C9C9C9. Windows color (decimal): -2179627 or 14007774. OLE color: 14007774.

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

Color convert

RGB222189213-
CMYK00.150.040.13
HSL316.36º33.33%80.59%-
HSV(B)316.36º14.86%87.06%-
XYZ60.3356.7370.72-
YUV201.6134.43142.55-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.58%
GREEN value IS 189 (74.22% from 255) = 30.29%
BLUE value IS 213 (83.59% from 255) = 34.13%
R=35.58%
G=30.29%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218921300.150.040.13316.3633.3380.59
HexDEBDD50F4D13c2151
Octal33627532501741547441121
Binary1101111010111101110101010111110011011001111001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBDD5; }

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

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

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

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

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

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

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

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