#CEAEB8

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

Shades of Melanie #CEAEB8

Tints of Melanie #CEAEB8

Color information

#CEAEB8 (or 0xCEAEB8) is unknown color: approx Melanie. HEX triplet: CE, AE and B8. RGB value is (206,174,184). Sum of RGB (Red+Green+Blue) = 206+174+184=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 184 (72.27% from 255 or 32.62% from 564); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAEB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAEB8 is #315147. Grayscale: #B8B8B8. Windows color (decimal): -3232072 or 12103374. OLE color: 12103374.

HSL color Cylindrical-coordinate representation of color #CEAEB8: hue angle of 341.25º 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 #CEAEB8 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB206174184-
CMYK00.160.110.19
HSL341.25º24.62%74.51%-
HSV(B)341.25º15.53%80.78%-
XYZ49.2446.8551.8-
YUV184.71127.6143.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.52%
GREEN value IS 174 (68.36% from 255) = 30.85%
BLUE value IS 184 (72.27% from 255) = 32.62%
R=36.52%
G=30.85%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617418400.160.110.19341.2524.6274.51
HexCEAEB8010B13155194b
Octal316256270020132352531113
Binary110011101010111010111000010000101110011101010101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAEB8; }

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

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

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

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

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

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

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

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