Html Css Color HEX #DEAACE French Lilac

📋 copy color: '#DEAACE'

red 222 ◦ green 170 ◦ blue 206

#DEAACE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Lilac #DEAACE

Tints of French Lilac #DEAACE

RGB

 RED value IS 222 (87.11% from 255) = 37.12%

 GREEN value IS 170 (66.8% from 255) = 28.43%

 BLUE value IS 206 (80.86% from 255) = 34.45%

R = 37.12%
G = 28.43%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DEAACE (or 0xDEAACE) is known color: French Lilac. HEX triplet: DE, AA and CE. RGB value is (222,170,206). Sum of RGB (Red+Green+Blue) = 222+170+206=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAACE is #215531. Grayscale: #BDBDBD. Windows color (decimal): -2184498 or 13544158. OLE color: 13544158.

HSL color Cylindrical-coordinate representation of color #DEAACE: hue angle of 318.46º degrees, saturation: 0.44, 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 #DEAACE is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 170 206 -
CMYK 0 0.23 0.07 0.13
HSL 318.46º 0.44% 0.77% -
HSV(B) 318.46º 0.23% 0.87% -
XYZ 55.64 48.74 64.87 -
YUV 189.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 222 170 206 0 0.23 0.07 0.13 318.46 0.44 0.77
Hex DE AA CE 0 17 7 D 13E 2C 4D
Octal 336 252 316 0 27 7 15 476 54 115
Binary 11011110 10101010 11001110 0 10111 111 1101 100111110 101100 1001101

Color Harmonies of #DEAACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAACE

Black with #DEAACE

Text Example


Text Example

White with #DEAACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAACE; }

 p { color: rgb(222,170,206); }

 H1.HeaderClassName
 {
   color: #DEAACE;
 }
 .AnyTagClassName
 {
   color: #DEAACE;
 }
</style>

background-color css

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

 a { background-color: rgb(222,170,206); }

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

border-color css

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

 span { border-color: rgb(222,170,206); }

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