Html Css Color HEX #DEC9D9 French Lilac

📋 copy color: '#DEC9D9'

red 222 ◦ green 201 ◦ blue 217

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

Shades of French Lilac #DEC9D9

Tints of French Lilac #DEC9D9

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.41%

 BLUE value IS 217 (85.16% from 255) = 33.91%

R = 34.69%
G = 31.41%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DEC9D9 (or 0xDEC9D9) is known color: French Lilac. HEX triplet: DE, C9 and D9. RGB value is (222,201,217). Sum of RGB (Red+Green+Blue) = 222+201+217=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 201 (78.91% from 255 or 31.41% from 640); Blue value is 217 (85.16% from 255 or 33.91% from 640); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC9D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC9D9 is #213626. Grayscale: #D1D1D1. Windows color (decimal): -2176551 or 14272990. OLE color: 14272990.

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

Color convert

RGB 222 201 217 -
CMYK 0 0.09 0.02 0.13
HSL 314.29º 0.24% 0.83% -
HSV(B) 314.29º 0.09% 0.87% -
XYZ 63.54 62.31 74.32 -
YUV 209.1 132.46 137.2 -
System Red Green Blue C M Y K H S L
Decimal 222 201 217 0 0.09 0.02 0.13 314.29 0.24 0.83
Hex DE C9 D9 0 9 2 D 13A 18 53
Octal 336 311 331 0 11 2 15 472 30 123
Binary 11011110 11001001 11011001 0 1001 10 1101 100111010 11000 1010011

Color Harmonies of #DEC9D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC9D9

Black with #DEC9D9

Text Example


Text Example

White with #DEC9D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC9D9; }

 p { color: rgb(222,201,217); }

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

background-color css

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

 a { background-color: rgb(222,201,217); }

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

border-color css

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

 span { border-color: rgb(222,201,217); }

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