#DEAFD3

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

Shades of French Lilac #DEAFD3

Tints of French Lilac #DEAFD3

Color information

#DEAFD3 (or 0xDEAFD3) is unknown color: approx French Lilac. HEX triplet: DE, AF and D3. RGB value is (222,175,211). Sum of RGB (Red+Green+Blue) = 222+175+211=608 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.51% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 211 (82.81% from 255 or 34.70% from 608); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFD3 is #21502C. Grayscale: #C1C1C1. Windows color (decimal): -2183213 or 13873118. OLE color: 13873118.

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

Color convert

RGB222175211-
CMYK00.210.050.13
HSL314.04º41.59%77.84%-
HSV(B)314.04º21.17%87.06%-
XYZ57.2150.8968.44-
YUV193.16138.07148.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.51%
GREEN value IS 175 (68.75% from 255) = 28.78%
BLUE value IS 211 (82.81% from 255) = 34.70%
R=36.51%
G=28.78%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217521100.210.050.13314.0441.5977.84
HexDEAFD30155D13a2a4e
Octal33625732302551547252116
Binary11011110101011111101001101010110111011001110101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAFD3; }

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

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

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

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

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

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

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

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