#DEAFD8

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

Shades of French Lilac #DEAFD8

Tints of French Lilac #DEAFD8

Color information

#DEAFD8 (or 0xDEAFD8) is unknown color: approx French Lilac. HEX triplet: DE, AF and D8. RGB value is (222,175,216). Sum of RGB (Red+Green+Blue) = 222+175+216=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 216 (84.77% from 255 or 35.24% from 613); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFD8 is #215027. Grayscale: #C1C1C1. Windows color (decimal): -2183208 or 14200798. OLE color: 14200798.

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

Color convert

RGB222175216-
CMYK00.210.030.13
HSL307.66º41.59%77.84%-
HSV(B)307.66º21.17%87.06%-
XYZ57.8551.1571.79-
YUV193.73140.57148.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.22%
GREEN value IS 175 (68.75% from 255) = 28.55%
BLUE value IS 216 (84.77% from 255) = 35.24%
R=36.22%
G=28.55%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217521600.210.030.13307.6641.5977.84
HexDEAFD80153D1342a4e
Octal33625733002531546452116
Binary1101111010101111110110000101011111011001101001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAFD8; }

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

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

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

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

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

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

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

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