#DEAFBE

Color #DEAFBE Melanie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanie #DEAFBE

Tints of Melanie #DEAFBE

Color information

#DEAFBE (or 0xDEAFBE) is unknown color: approx Melanie. HEX triplet: DE, AF and BE. RGB value is (222,175,190). Sum of RGB (Red+Green+Blue) = 222+175+190=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFBE is #215041. Grayscale: #BEBEBE. Windows color (decimal): -2183234 or 12496862. OLE color: 12496862.

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

Color convert

RGB222175190-
CMYK00.210.140.13
HSL340.85º41.59%77.84%-
HSV(B)340.85º21.17%87.06%-
XYZ54.7549.9155.46-
YUV190.76127.57150.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.82%
GREEN value IS 175 (68.75% from 255) = 29.81%
BLUE value IS 190 (74.61% from 255) = 32.37%
R=37.82%
G=29.81%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217519000.210.140.13340.8541.5977.84
HexDEAFBE015ED1552a4e
Octal336257276025161552552116
Binary110111101010111110111110010101111011011010101011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAFBE; }

 p { color: rgb(222,175,190); }

 H1.HeaderClassName
 {
   color: #DEAFBE;
 }
 .AnyTagClassName
 {
   color: #DEAFBE;
 }
</style>
background-color css

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

 a { background-color: rgb(222,175,190); }

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

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

 span { border-color: rgb(222,175,190); }

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