Html Css Color HEX #DEC6D8 French Lilac

📋 copy color: '#DEC6D8'

red 222 ◦ green 198 ◦ blue 216

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

Shades of French Lilac #DEC6D8

Tints of French Lilac #DEC6D8

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.13%

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

R = 34.91%
G = 31.13%
B = 33.96%

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

#DEC6D8 (or 0xDEC6D8) is known color: French Lilac. HEX triplet: DE, C6 and D8. RGB value is (222,198,216). Sum of RGB (Red+Green+Blue) = 222+198+216=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 198 (77.73% from 255 or 31.13% from 636); Blue value is 216 (84.77% from 255 or 33.96% from 636); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC6D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC6D8 is #213927. Grayscale: #CFCFCF. Windows color (decimal): -2177320 or 14206686. OLE color: 14206686.

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

Color convert

RGB 222 198 216 -
CMYK 0 0.11 0.03 0.13
HSL 315º 0.27% 0.82% -
HSV(B) 315º 0.11% 0.87% -
XYZ 62.71 60.88 73.41 -
YUV 207.23 132.95 138.54 -
System Red Green Blue C M Y K H S L
Decimal 222 198 216 0 0.11 0.03 0.13 315 0.27 0.82
Hex DE C6 D8 0 B 3 D 13B 1B 52
Octal 336 306 330 0 13 3 15 473 33 122
Binary 11011110 11000110 11011000 0 1011 11 1101 100111011 11011 1010010

Color Harmonies of #DEC6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC6D8

Black with #DEC6D8

Text Example


Text Example

White with #DEC6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC6D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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