Html Css Color HEX #DEC0D7 French Lilac

📋 copy color: '#DEC0D7'

red 222 ◦ green 192 ◦ blue 215

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

Shades of French Lilac #DEC0D7

Tints of French Lilac #DEC0D7

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.52%

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

R = 35.29%
G = 30.52%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DEC0D7 (or 0xDEC0D7) is known color: French Lilac. HEX triplet: DE, C0 and D7. RGB value is (222,192,215). Sum of RGB (Red+Green+Blue) = 222+192+215=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 192 (75.39% from 255 or 30.52% from 629); Blue value is 215 (84.38% from 255 or 34.18% from 629); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC0D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC0D7 is #213F28. Grayscale: #CBCBCB. Windows color (decimal): -2178857 or 14139614. OLE color: 14139614.

HSL color Cylindrical-coordinate representation of color #DEC0D7: hue angle of 314º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEC0D7 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 192 215 -
CMYK 0 0.14 0.03 0.13
HSL 314º 0.31% 0.81% -
HSV(B) 314º 0.14% 0.87% -
XYZ 61.24 58.14 72.28 -
YUV 203.59 134.44 141.13 -
System Red Green Blue C M Y K H S L
Decimal 222 192 215 0 0.14 0.03 0.13 314 0.31 0.81
Hex DE C0 D7 0 E 3 D 13A 1F 51
Octal 336 300 327 0 16 3 15 472 37 121
Binary 11011110 11000000 11010111 0 1110 11 1101 100111010 11111 1010001

Color Harmonies of #DEC0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC0D7

Black with #DEC0D7

Text Example


Text Example

White with #DEC0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC0D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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