#DEACCF

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

Shades of French Lilac #DEACCF

Tints of French Lilac #DEACCF

Color information

#DEACCF (or 0xDEACCF) is unknown color: approx French Lilac. HEX triplet: DE, AC and CF. RGB value is (222,172,207). Sum of RGB (Red+Green+Blue) = 222+172+207=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 222 - color contains mainly: red. Hex color #DEACCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEACCF is #215330. Grayscale: #BEBEBE. Windows color (decimal): -2183985 or 13610206. OLE color: 13610206.

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

Color convert

RGB222172207-
CMYK00.230.070.13
HSL318º43.1%77.25%-
HSV(B)318º22.52%87.06%-
XYZ56.1449.5465.63-
YUV190.94137.06150.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.94%
GREEN value IS 172 (67.58% from 255) = 28.62%
BLUE value IS 207 (81.25% from 255) = 34.44%
R=36.94%
G=28.62%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217220700.230.070.1331843.177.25
HexDEACCF0177D13e2b4d
Octal33625431702771547653115
Binary11011110101011001100111101011111111011001111101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEACCF; }

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

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

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

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

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

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

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

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