Html Css Color HEX #DEC4CA Melanie

📋 copy color: '#DEC4CA'

red 222 ◦ green 196 ◦ blue 202

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

Shades of Melanie #DEC4CA

Tints of Melanie #DEC4CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.58%

R = 35.81%
G = 31.61%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DEC4CA (or 0xDEC4CA) is known color: Melanie. HEX triplet: DE, C4 and CA. RGB value is (222,196,202). Sum of RGB (Red+Green+Blue) = 222+196+202=620 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.81% from 620); Green value is 196 (76.95% from 255 or 31.61% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC4CA is #213B35. Grayscale: #CCCCCC. Windows color (decimal): -2177846 or 13288670. OLE color: 13288670.

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

Color convert

RGB 222 196 202 -
CMYK 0 0.12 0.09 0.13
HSL 346.15º 0.28% 0.82% -
HSV(B) 346.15º 0.12% 0.87% -
XYZ 60.52 59.27 64.13 -
YUV 204.46 126.61 140.51 -
System Red Green Blue C M Y K H S L
Decimal 222 196 202 0 0.12 0.09 0.13 346.15 0.28 0.82
Hex DE C4 CA 0 C 9 D 15A 1C 52
Octal 336 304 312 0 14 11 15 532 34 122
Binary 11011110 11000100 11001010 0 1100 1001 1101 101011010 11100 1010010

Color Harmonies of #DEC4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC4CA

Black with #DEC4CA

Text Example


Text Example

White with #DEC4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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