Html Css Color HEX #DEC5D9 French Lilac

📋 copy color: '#DEC5D9'

red 222 ◦ green 197 ◦ blue 217

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

Shades of French Lilac #DEC5D9

Tints of French Lilac #DEC5D9

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.97%

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

R = 34.91%
G = 30.97%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DEC5D9 (or 0xDEC5D9) is known color: French Lilac. HEX triplet: DE, C5 and D9. RGB value is (222,197,217). Sum of RGB (Red+Green+Blue) = 222+197+217=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 197 (77.34% from 255 or 30.97% from 636); Blue value is 217 (85.16% from 255 or 34.12% from 636); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC5D9 is #213A26. Grayscale: #CECECE. Windows color (decimal): -2177575 or 14271966. OLE color: 14271966.

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

Color convert

RGB 222 197 217 -
CMYK 0 0.11 0.02 0.13
HSL 312º 0.27% 0.82% -
HSV(B) 312º 0.11% 0.87% -
XYZ 62.61 60.47 74.02 -
YUV 206.76 133.78 138.87 -
System Red Green Blue C M Y K H S L
Decimal 222 197 217 0 0.11 0.02 0.13 312 0.27 0.82
Hex DE C5 D9 0 B 2 D 138 1B 52
Octal 336 305 331 0 13 2 15 470 33 122
Binary 11011110 11000101 11011001 0 1011 10 1101 100111000 11011 1010010

Color Harmonies of #DEC5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC5D9

Black with #DEC5D9

Text Example


Text Example

White with #DEC5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC5D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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