Html Css Color HEX #DEC2C6 Melanie

📋 copy color: '#DEC2C6'

red 222 ◦ green 194 ◦ blue 198

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

Shades of Melanie #DEC2C6

Tints of Melanie #DEC2C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 32.25%

R = 36.16%
G = 31.6%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DEC2C6 (or 0xDEC2C6) is known color: Melanie. HEX triplet: DE, C2 and C6. RGB value is (222,194,198). Sum of RGB (Red+Green+Blue) = 222+194+198=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 194 (76.17% from 255 or 31.60% from 614); Blue value is 198 (77.73% from 255 or 32.25% from 614); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC2C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC2C6 is #213D39. Grayscale: #CACACA. Windows color (decimal): -2178362 or 13026014. OLE color: 13026014.

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

Color convert

RGB 222 194 198 -
CMYK 0 0.13 0.11 0.13
HSL 351.43º 0.3% 0.82% -
HSV(B) 351.43º 0.13% 0.87% -
XYZ 59.61 58.19 61.52 -
YUV 202.83 125.28 141.67 -
System Red Green Blue C M Y K H S L
Decimal 222 194 198 0 0.13 0.11 0.13 351.43 0.3 0.82
Hex DE C2 C6 0 D B D 15F 1E 52
Octal 336 302 306 0 15 13 15 537 36 122
Binary 11011110 11000010 11000110 0 1101 1011 1101 101011111 11110 1010010

Color Harmonies of #DEC2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC2C6

Black with #DEC2C6

Text Example


Text Example

White with #DEC2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC2C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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