Html Css Color HEX #DEAABC Melanie

📋 copy color: '#DEAABC'

red 222 ◦ green 170 ◦ blue 188

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

Shades of Melanie #DEAABC

Tints of Melanie #DEAABC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.31%

 BLUE value IS 188 (73.83% from 255) = 32.41%

R = 38.28%
G = 29.31%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DEAABC (or 0xDEAABC) is known color: Melanie. HEX triplet: DE, AA and BC. RGB value is (222,170,188). Sum of RGB (Red+Green+Blue) = 222+170+188=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAABC is #215543. Grayscale: #BBBBBB. Windows color (decimal): -2184516 or 12364510. OLE color: 12364510.

HSL color Cylindrical-coordinate representation of color #DEAABC: hue angle of 339.23º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEAABC is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 170 188 -
CMYK 0 0.23 0.15 0.13
HSL 339.23º 0.44% 0.77% -
HSV(B) 339.23º 0.23% 0.87% -
XYZ 53.58 47.91 54 -
YUV 187.6 128.23 152.54 -
System Red Green Blue C M Y K H S L
Decimal 222 170 188 0 0.23 0.15 0.13 339.23 0.44 0.77
Hex DE AA BC 0 17 F D 153 2C 4D
Octal 336 252 274 0 27 17 15 523 54 115
Binary 11011110 10101010 10111100 0 10111 1111 1101 101010011 101100 1001101

Color Harmonies of #DEAABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAABC

Black with #DEAABC

Text Example


Text Example

White with #DEAABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAABC; }

 p { color: rgb(222,170,188); }

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

background-color css

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

 a { background-color: rgb(222,170,188); }

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

border-color css

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

 span { border-color: rgb(222,170,188); }

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