#CEAFBB

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

Shades of Melanie #CEAFBB

Tints of Melanie #CEAFBB

Color information

#CEAFBB (or 0xCEAFBB) is unknown color: approx Melanie. HEX triplet: CE, AF and BB. RGB value is (206,175,187). Sum of RGB (Red+Green+Blue) = 206+175+187=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAFBB is #315044. Grayscale: #B9B9B9. Windows color (decimal): -3231813 or 12300238. OLE color: 12300238.

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

Color convert

RGB206175187-
CMYK00.150.090.19
HSL336.77º24.03%74.71%-
HSV(B)336.77º15.05%80.78%-
XYZ49.7547.3753.53-
YUV185.64128.77142.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.27%
GREEN value IS 175 (68.75% from 255) = 30.81%
BLUE value IS 187 (73.44% from 255) = 32.92%
R=36.27%
G=30.81%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617518700.150.090.19336.7724.0374.71
HexCEAFBB0F913151184b
Octal316257273017112352130113
Binary11001110101011111011101101111100110011101010001110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAFBB; }

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

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

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

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

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

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

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

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