#DEA7CF

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

Shades of French Lilac #DEA7CF

Tints of French Lilac #DEA7CF

Color information

#DEA7CF (or 0xDEA7CF) is unknown color: approx French Lilac. HEX triplet: DE, A7 and CF. RGB value is (222,167,207). Sum of RGB (Red+Green+Blue) = 222+167+207=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 167 (65.62% from 255 or 28.02% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA7CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA7CF is #215830. Grayscale: #BBBBBB. Windows color (decimal): -2185265 or 13608926. OLE color: 13608926.

HSL color Cylindrical-coordinate representation of color #DEA7CF: hue angle of 316.36º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEA7CF is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB222167207-
CMYK00.250.070.13
HSL316.36º45.45%76.27%-
HSV(B)316.36º24.77%87.06%-
XYZ55.2147.6765.32-
YUV188138.72152.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.25%
GREEN value IS 167 (65.62% from 255) = 28.02%
BLUE value IS 207 (81.25% from 255) = 34.73%
R=37.25%
G=28.02%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216720700.250.070.13316.3645.4576.27
HexDEA7CF0197D13c2d4c
Octal33624731703171547455114
Binary11011110101001111100111101100111111011001111001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA7CF; }

 p { color: rgb(222,167,207); }

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

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

 a { background-color: rgb(222,167,207); }

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

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

 span { border-color: rgb(222,167,207); }

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