Html Css Color HEX #DEC0D8 French Lilac

📋 copy color: '#DEC0D8'

red 222 ◦ green 192 ◦ blue 216

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

Shades of French Lilac #DEC0D8

Tints of French Lilac #DEC0D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.29%

R = 35.24%
G = 30.48%
B = 34.29%

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

#DEC0D8 (or 0xDEC0D8) is known color: French Lilac. HEX triplet: DE, C0 and D8. RGB value is (222,192,216). Sum of RGB (Red+Green+Blue) = 222+192+216=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 192 (75.39% from 255 or 30.48% from 630); Blue value is 216 (84.77% from 255 or 34.29% from 630); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC0D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC0D8 is #213F27. Grayscale: #CBCBCB. Windows color (decimal): -2178856 or 14205150. OLE color: 14205150.

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

Color convert

RGB 222 192 216 -
CMYK 0 0.14 0.03 0.13
HSL 312º 0.31% 0.81% -
HSV(B) 312º 0.14% 0.87% -
XYZ 61.37 58.19 72.96 -
YUV 203.71 134.94 141.05 -
System Red Green Blue C M Y K H S L
Decimal 222 192 216 0 0.14 0.03 0.13 312 0.31 0.81
Hex DE C0 D8 0 E 3 D 138 1F 51
Octal 336 300 330 0 16 3 15 470 37 121
Binary 11011110 11000000 11011000 0 1110 11 1101 100111000 11111 1010001

Color Harmonies of #DEC0D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC0D8

Black with #DEC0D8

Text Example


Text Example

White with #DEC0D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC0D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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