Html Css Color HEX #DEC9CA Melanie

📋 copy color: '#DEC9CA'

red 222 ◦ green 201 ◦ blue 202

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

Shades of Melanie #DEC9CA

Tints of Melanie #DEC9CA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.16%

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

R = 35.52%
G = 32.16%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DEC9CA (or 0xDEC9CA) is known color: Melanie. HEX triplet: DE, C9 and CA. RGB value is (222,201,202). Sum of RGB (Red+Green+Blue) = 222+201+202=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 201 (78.91% from 255 or 32.16% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC9CA is #213635. Grayscale: #CFCFCF. Windows color (decimal): -2176566 or 13289950. OLE color: 13289950.

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

Color convert

RGB 222 201 202 -
CMYK 0 0.09 0.09 0.13
HSL 357.14º 0.24% 0.83% -
HSV(B) 357.14º 0.09% 0.87% -
XYZ 61.67 61.57 64.51 -
YUV 207.39 124.96 138.42 -
System Red Green Blue C M Y K H S L
Decimal 222 201 202 0 0.09 0.09 0.13 357.14 0.24 0.83
Hex DE C9 CA 0 9 9 D 165 18 53
Octal 336 311 312 0 11 11 15 545 30 123
Binary 11011110 11001001 11001010 0 1001 1001 1101 101100101 11000 1010011

Color Harmonies of #DEC9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC9CA

Black with #DEC9CA

Text Example


Text Example

White with #DEC9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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