#CEAFBA

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

Shades of Melanie #CEAFBA

Tints of Melanie #CEAFBA

Color information

#CEAFBA (or 0xCEAFBA) is unknown color: approx Melanie. HEX triplet: CE, AF and BA. RGB value is (206,175,186). Sum of RGB (Red+Green+Blue) = 206+175+186=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAFBA is #315045. Grayscale: #B9B9B9. Windows color (decimal): -3231814 or 12234702. OLE color: 12234702.

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

Color convert

RGB206175186-
CMYK00.150.100.19
HSL338.71º24.03%74.71%-
HSV(B)338.71º15.05%80.78%-
XYZ49.6547.3352.97-
YUV185.52128.27142.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.33%
GREEN value IS 175 (68.75% from 255) = 30.86%
BLUE value IS 186 (73.05% from 255) = 32.80%
R=36.33%
G=30.86%
B=32.80%

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
Decimal20617518600.150.100.19338.7124.0374.71
HexCEAFBA0FA13153184b
Octal316257272017122352330113
Binary11001110101011111011101001111101010011101010011110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAFBA; }

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

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

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

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

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

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

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

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