#DEAFDD

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

Shades of French Lilac #DEAFDD

Tints of French Lilac #DEAFDD

Color information

#DEAFDD (or 0xDEAFDD) is unknown color: approx French Lilac. HEX triplet: DE, AF and DD. RGB value is (222,175,221). Sum of RGB (Red+Green+Blue) = 222+175+221=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFDD is #215022. Grayscale: #C2C2C2. Windows color (decimal): -2183203 or 14528478. OLE color: 14528478.

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

Color convert

RGB222175221-
CMYK00.210.000.13
HSL301.28º41.59%77.84%-
HSV(B)301.28º21.17%87.06%-
XYZ58.5151.4175.25-
YUV194.3143.07147.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.92%
GREEN value IS 175 (68.75% from 255) = 28.32%
BLUE value IS 221 (86.72% from 255) = 35.76%
R=35.92%
G=28.32%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217522100.210.000.13301.2841.5977.84
HexDEAFDD0150D12d2a4e
Octal33625733502501545552116
Binary110111101010111111011101010101011011001011011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAFDD; }

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

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

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

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

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

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

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

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