Html Css Color HEX #DEC0CA Melanie

📋 copy color: '#DEC0CA'

red 222 ◦ green 192 ◦ blue 202

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

Shades of Melanie #DEC0CA

Tints of Melanie #DEC0CA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.17%

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

R = 36.04%
G = 31.17%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DEC0CA (or 0xDEC0CA) is known color: Melanie. HEX triplet: DE, C0 and CA. RGB value is (222,192,202). Sum of RGB (Red+Green+Blue) = 222+192+202=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 192 (75.39% from 255 or 31.17% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC0CA is #213F35. Grayscale: #CACACA. Windows color (decimal): -2178870 or 13287646. OLE color: 13287646.

HSL color Cylindrical-coordinate representation of color #DEC0CA: hue angle of 340º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEC0CA is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 192 202 -
CMYK 0 0.14 0.09 0.13
HSL 340º 0.31% 0.81% -
HSV(B) 340º 0.14% 0.87% -
XYZ 59.63 57.49 63.83 -
YUV 202.11 127.94 142.19 -
System Red Green Blue C M Y K H S L
Decimal 222 192 202 0 0.14 0.09 0.13 340 0.31 0.81
Hex DE C0 CA 0 E 9 D 154 1F 51
Octal 336 300 312 0 16 11 15 524 37 121
Binary 11011110 11000000 11001010 0 1110 1001 1101 101010100 11111 1010001

Color Harmonies of #DEC0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC0CA

Black with #DEC0CA

Text Example


Text Example

White with #DEC0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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