#CEAFB9

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

Shades of Melanie #CEAFB9

Tints of Melanie #CEAFB9

Color information

#CEAFB9 (or 0xCEAFB9) is unknown color: approx Melanie. HEX triplet: CE, AF and B9. RGB value is (206,175,185). Sum of RGB (Red+Green+Blue) = 206+175+185=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 185 (72.66% from 255 or 32.69% from 566); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAFB9 is #315046. Grayscale: #B9B9B9. Windows color (decimal): -3231815 or 12169166. OLE color: 12169166.

HSL color Cylindrical-coordinate representation of color #CEAFB9: hue angle of 340.65º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEAFB9 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB206175185-
CMYK00.150.100.19
HSL340.65º24.03%74.71%-
HSV(B)340.65º15.05%80.78%-
XYZ49.5447.2852.41-
YUV185.41127.77142.69-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.40%
GREEN value IS 175 (68.75% from 255) = 30.92%
BLUE value IS 185 (72.66% from 255) = 32.69%
R=36.40%
G=30.92%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617518500.150.100.19340.6524.0374.71
HexCEAFB90FA13155184b
Octal316257271017122352530113
Binary11001110101011111011100101111101010011101010101110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAFB9; }

 p { color: rgb(206,175,185); }

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

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

 a { background-color: rgb(206,175,185); }

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

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

 span { border-color: rgb(206,175,185); }

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