#DEBAD3

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

Shades of French Lilac #DEBAD3

Tints of French Lilac #DEBAD3

Color information

#DEBAD3 (or 0xDEBAD3) is unknown color: approx French Lilac. HEX triplet: DE, BA and D3. RGB value is (222,186,211). Sum of RGB (Red+Green+Blue) = 222+186+211=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 211 (82.81% from 255 or 34.09% from 619); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBAD3 is #21452C. Grayscale: #C7C7C7. Windows color (decimal): -2180397 or 13875934. OLE color: 13875934.

HSL color Cylindrical-coordinate representation of color #DEBAD3: hue angle of 318.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEBAD3 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB222186211-
CMYK00.160.050.13
HSL318.33º35.29%80%-
HSV(B)318.33º16.22%87.06%-
XYZ59.4455.3569.18-
YUV199.61134.43143.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.86%
GREEN value IS 186 (73.05% from 255) = 30.05%
BLUE value IS 211 (82.81% from 255) = 34.09%
R=35.86%
G=30.05%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218621100.160.050.13318.3335.2980
HexDEBAD30105D13e2350
Octal33627232302051547643120
Binary11011110101110101101001101000010111011001111101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBAD3; }

 p { color: rgb(222,186,211); }

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

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

 a { background-color: rgb(222,186,211); }

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

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

 span { border-color: rgb(222,186,211); }

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