Html Css Color HEX #DEC4C8 Melanie

📋 copy color: '#DEC4C8'

red 222 ◦ green 196 ◦ blue 200

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

Shades of Melanie #DEC4C8

Tints of Melanie #DEC4C8

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.72%

 BLUE value IS 200 (78.52% from 255) = 32.36%

R = 35.92%
G = 31.72%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DEC4C8 (or 0xDEC4C8) is known color: Melanie. HEX triplet: DE, C4 and C8. RGB value is (222,196,200). Sum of RGB (Red+Green+Blue) = 222+196+200=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 196 (76.95% from 255 or 31.72% from 618); Blue value is 200 (78.52% from 255 or 32.36% from 618); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC4C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC4C8 is #213B37. Grayscale: #CCCCCC. Windows color (decimal): -2177848 or 13157598. OLE color: 13157598.

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

Color convert

RGB 222 196 200 -
CMYK 0 0.12 0.10 0.13
HSL 350.77º 0.28% 0.82% -
HSV(B) 350.77º 0.12% 0.87% -
XYZ 60.29 59.18 62.89 -
YUV 204.23 125.61 140.67 -
System Red Green Blue C M Y K H S L
Decimal 222 196 200 0 0.12 0.10 0.13 350.77 0.28 0.82
Hex DE C4 C8 0 C A D 15F 1C 52
Octal 336 304 310 0 14 12 15 537 34 122
Binary 11011110 11000100 11001000 0 1100 1010 1101 101011111 11100 1010010

Color Harmonies of #DEC4C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC4C8

Black with #DEC4C8

Text Example


Text Example

White with #DEC4C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC4C8; }

 p { color: rgb(222,196,200); }

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

background-color css

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

 a { background-color: rgb(222,196,200); }

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

border-color css

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

 span { border-color: rgb(222,196,200); }

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