Html Css Color HEX #DEC2C7 Melanie

📋 copy color: '#DEC2C7'

red 222 ◦ green 194 ◦ blue 199

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

Shades of Melanie #DEC2C7

Tints of Melanie #DEC2C7

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.54%

 BLUE value IS 199 (78.13% from 255) = 32.36%

R = 36.1%
G = 31.54%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DEC2C7 (or 0xDEC2C7) is known color: Melanie. HEX triplet: DE, C2 and C7. RGB value is (222,194,199). Sum of RGB (Red+Green+Blue) = 222+194+199=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 194 (76.17% from 255 or 31.54% from 615); Blue value is 199 (78.12% from 255 or 32.36% from 615); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC2C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC2C7 is #213D38. Grayscale: #CACACA. Windows color (decimal): -2178361 or 13091550. OLE color: 13091550.

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

Color convert

RGB 222 194 199 -
CMYK 0 0.13 0.10 0.13
HSL 349.29º 0.3% 0.82% -
HSV(B) 349.29º 0.13% 0.87% -
XYZ 59.72 58.24 62.13 -
YUV 202.94 125.78 141.59 -
System Red Green Blue C M Y K H S L
Decimal 222 194 199 0 0.13 0.10 0.13 349.29 0.3 0.82
Hex DE C2 C7 0 D A D 15D 1E 52
Octal 336 302 307 0 15 12 15 535 36 122
Binary 11011110 11000010 11000111 0 1101 1010 1101 101011101 11110 1010010

Color Harmonies of #DEC2C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC2C7

Black with #DEC2C7

Text Example


Text Example

White with #DEC2C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC2C7; }

 p { color: rgb(222,194,199); }

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

background-color css

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

 a { background-color: rgb(222,194,199); }

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

border-color css

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

 span { border-color: rgb(222,194,199); }

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