#DEAFD0

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

Shades of French Lilac #DEAFD0

Tints of French Lilac #DEAFD0

Color information

#DEAFD0 (or 0xDEAFD0) is unknown color: approx French Lilac. HEX triplet: DE, AF and D0. RGB value is (222,175,208). Sum of RGB (Red+Green+Blue) = 222+175+208=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFD0 is #21502F. Grayscale: #C0C0C0. Windows color (decimal): -2183216 or 13676510. OLE color: 13676510.

HSL color Cylindrical-coordinate representation of color #DEAFD0: hue angle of 317.87º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEAFD0 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB222175208-
CMYK00.210.060.13
HSL317.87º41.59%77.84%-
HSV(B)317.87º21.17%87.06%-
XYZ56.8450.7466.47-
YUV192.82136.57148.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.69%
GREEN value IS 175 (68.75% from 255) = 28.93%
BLUE value IS 208 (81.64% from 255) = 34.38%
R=36.69%
G=28.93%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217520800.210.060.13317.8741.5977.84
HexDEAFD00156D13e2a4e
Octal33625732002561547652116
Binary11011110101011111101000001010111011011001111101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAFD0; }

 p { color: rgb(222,175,208); }

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

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

 a { background-color: rgb(222,175,208); }

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

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

 span { border-color: rgb(222,175,208); }

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