#DEAFBC

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

Shades of Melanie #DEAFBC

Tints of Melanie #DEAFBC

Color information

#DEAFBC (or 0xDEAFBC) is unknown color: approx Melanie. HEX triplet: DE, AF and BC. RGB value is (222,175,188). Sum of RGB (Red+Green+Blue) = 222+175+188=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFBC is #215043. Grayscale: #BEBEBE. Windows color (decimal): -2183236 or 12365790. OLE color: 12365790.

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

Color convert

RGB222175188-
CMYK00.210.150.13
HSL343.4º41.59%77.84%-
HSV(B)343.4º21.17%87.06%-
XYZ54.5349.8254.32-
YUV190.54126.57150.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.95%
GREEN value IS 175 (68.75% from 255) = 29.91%
BLUE value IS 188 (73.83% from 255) = 32.14%
R=37.95%
G=29.91%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217518800.210.150.13343.441.5977.84
HexDEAFBC015FD1572a4e
Octal336257274025171552752116
Binary110111101010111110111100010101111111011010101111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAFBC; }

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

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

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

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

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

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

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

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