Html Css Color HEX #DEC5D7 French Lilac

📋 copy color: '#DEC5D7'

red 222 ◦ green 197 ◦ blue 215

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

Shades of French Lilac #DEC5D7

Tints of French Lilac #DEC5D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.91%

R = 35.02%
G = 31.07%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DEC5D7 (or 0xDEC5D7) is known color: French Lilac. HEX triplet: DE, C5 and D7. RGB value is (222,197,215). Sum of RGB (Red+Green+Blue) = 222+197+215=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 197 (77.34% from 255 or 31.07% from 634); Blue value is 215 (84.38% from 255 or 33.91% from 634); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC5D7 is #213A28. Grayscale: #CECECE. Windows color (decimal): -2177577 or 14140894. OLE color: 14140894.

HSL color Cylindrical-coordinate representation of color #DEC5D7: hue angle of 316.8º 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 #DEC5D7 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 197 215 -
CMYK 0 0.11 0.03 0.13
HSL 316.8º 0.27% 0.82% -
HSV(B) 316.8º 0.11% 0.87% -
XYZ 62.36 60.37 72.66 -
YUV 206.53 132.78 139.04 -
System Red Green Blue C M Y K H S L
Decimal 222 197 215 0 0.11 0.03 0.13 316.8 0.27 0.82
Hex DE C5 D7 0 B 3 D 13D 1B 52
Octal 336 305 327 0 13 3 15 475 33 122
Binary 11011110 11000101 11010111 0 1011 11 1101 100111101 11011 1010010

Color Harmonies of #DEC5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC5D7

Black with #DEC5D7

Text Example


Text Example

White with #DEC5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC5D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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