Html Css Color HEX #DEA8CE French Lilac

📋 copy color: '#DEA8CE'

red 222 ◦ green 168 ◦ blue 206

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

Shades of French Lilac #DEA8CE

Tints of French Lilac #DEA8CE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.19%

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

R = 37.25%
G = 28.19%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DEA8CE (or 0xDEA8CE) is known color: French Lilac. HEX triplet: DE, A8 and CE. RGB value is (222,168,206). Sum of RGB (Red+Green+Blue) = 222+168+206=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 168 (66.02% from 255 or 28.19% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA8CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA8CE is #215731. Grayscale: #BCBCBC. Windows color (decimal): -2185010 or 13543646. OLE color: 13543646.

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

Color convert

RGB 222 168 206 -
CMYK 0 0.24 0.07 0.13
HSL 317.78º 0.45% 0.76% -
HSV(B) 317.78º 0.24% 0.87% -
XYZ 55.27 47.99 64.74 -
YUV 188.48 137.89 151.91 -
System Red Green Blue C M Y K H S L
Decimal 222 168 206 0 0.24 0.07 0.13 317.78 0.45 0.76
Hex DE A8 CE 0 18 7 D 13E 2D 4C
Octal 336 250 316 0 30 7 15 476 55 114
Binary 11011110 10101000 11001110 0 11000 111 1101 100111110 101101 1001100

Color Harmonies of #DEA8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA8CE

Black with #DEA8CE

Text Example


Text Example

White with #DEA8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA8CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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