#CEAEB9

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

Shades of Melanie #CEAEB9

Tints of Melanie #CEAEB9

Color information

#CEAEB9 (or 0xCEAEB9) is unknown color: approx Melanie. HEX triplet: CE, AE and B9. RGB value is (206,174,185). Sum of RGB (Red+Green+Blue) = 206+174+185=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAEB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAEB9 is #315146. Grayscale: #B8B8B8. Windows color (decimal): -3232071 or 12168910. OLE color: 12168910.

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

Color convert

RGB206174185-
CMYK00.160.100.19
HSL339.38º24.62%74.51%-
HSV(B)339.38º15.53%80.78%-
XYZ49.3546.952.35-
YUV184.82128.1143.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.46%
GREEN value IS 174 (68.36% from 255) = 30.80%
BLUE value IS 185 (72.66% from 255) = 32.74%
R=36.46%
G=30.80%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617418500.160.100.19339.3824.6274.51
HexCEAEB9010A13153194b
Octal316256271020122352331113
Binary110011101010111010111001010000101010011101010011110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAEB9; }

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

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

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

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

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

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

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

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