Html Css Color HEX #DEC8D9 French Lilac

📋 copy color: '#DEC8D9'

red 222 ◦ green 200 ◦ blue 217

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

Shades of French Lilac #DEC8D9

Tints of French Lilac #DEC8D9

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.3%

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

R = 34.74%
G = 31.3%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DEC8D9 (or 0xDEC8D9) is known color: French Lilac. HEX triplet: DE, C8 and D9. RGB value is (222,200,217). Sum of RGB (Red+Green+Blue) = 222+200+217=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 200 (78.52% from 255 or 31.30% from 639); Blue value is 217 (85.16% from 255 or 33.96% from 639); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC8D9 is #213726. Grayscale: #D0D0D0. Windows color (decimal): -2176807 or 14272734. OLE color: 14272734.

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

Color convert

RGB 222 200 217 -
CMYK 0 0.10 0.02 0.13
HSL 313.64º 0.25% 0.83% -
HSV(B) 313.64º 0.1% 0.87% -
XYZ 63.3 61.85 74.25 -
YUV 208.52 132.79 137.62 -
System Red Green Blue C M Y K H S L
Decimal 222 200 217 0 0.10 0.02 0.13 313.64 0.25 0.83
Hex DE C8 D9 0 A 2 D 13A 19 53
Octal 336 310 331 0 12 2 15 472 31 123
Binary 11011110 11001000 11011001 0 1010 10 1101 100111010 11001 1010011

Color Harmonies of #DEC8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC8D9

Black with #DEC8D9

Text Example


Text Example

White with #DEC8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC8D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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