#DEAFDC

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

Shades of French Lilac #DEAFDC

Tints of French Lilac #DEAFDC

Color information

#DEAFDC (or 0xDEAFDC) is unknown color: approx French Lilac. HEX triplet: DE, AF and DC. RGB value is (222,175,220). Sum of RGB (Red+Green+Blue) = 222+175+220=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 175 (68.75% from 255 or 28.36% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFDC is #215023. Grayscale: #C2C2C2. Windows color (decimal): -2183204 or 14462942. OLE color: 14462942.

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

Color convert

RGB222175220-
CMYK00.210.010.13
HSL302.55º41.59%77.84%-
HSV(B)302.55º21.17%87.06%-
XYZ58.3751.3674.55-
YUV194.18142.57147.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.98%
GREEN value IS 175 (68.75% from 255) = 28.36%
BLUE value IS 220 (86.33% from 255) = 35.66%
R=35.98%
G=28.36%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217522000.210.010.13302.5541.5977.84
HexDEAFDC0151D12f2a4e
Octal33625733402511545752116
Binary110111101010111111011100010101111011001011111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAFDC; }

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

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

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

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

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

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

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

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