#DEADDA

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

Shades of French Lilac #DEADDA

Tints of French Lilac #DEADDA

Color information

#DEADDA (or 0xDEADDA) is unknown color: approx French Lilac. HEX triplet: DE, AD and DA. RGB value is (222,173,218). Sum of RGB (Red+Green+Blue) = 222+173+218=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 222 - color contains mainly: red. Hex color #DEADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEADDA is #215225. Grayscale: #C0C0C0. Windows color (decimal): -2183718 or 14331358. OLE color: 14331358.

HSL color Cylindrical-coordinate representation of color #DEADDA: hue angle of 304.9º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEADDA is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB222173218-
CMYK00.220.020.13
HSL304.9º42.61%77.45%-
HSV(B)304.9º22.07%87.06%-
XYZ57.7250.4873.03-
YUV192.78142.23148.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.22%
GREEN value IS 173 (67.97% from 255) = 28.22%
BLUE value IS 218 (85.55% from 255) = 35.56%
R=36.22%
G=28.22%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217321800.220.020.13304.942.6177.45
HexDEADDA0162D1312b4d
Octal33625533202621546153115
Binary1101111010101101110110100101101011011001100011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEADDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEADDA; }

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

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

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

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

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

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

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

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