#CFAEB8

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

Shades of Melanie #CFAEB8

Tints of Melanie #CFAEB8

Color information

#CFAEB8 (or 0xCFAEB8) is unknown color: approx Melanie. HEX triplet: CF, AE and B8. RGB value is (207,174,184). Sum of RGB (Red+Green+Blue) = 207+174+184=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 184 (72.27% from 255 or 32.57% from 565); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAEB8 is #305147. Grayscale: #B9B9B9. Windows color (decimal): -3166536 or 12103375. OLE color: 12103375.

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

Color convert

RGB207174184-
CMYK00.160.110.19
HSL341.82º25.58%74.71%-
HSV(B)341.82º15.94%81.18%-
XYZ49.524751.81-
YUV185.01127.43143.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.64%
GREEN value IS 174 (68.36% from 255) = 30.80%
BLUE value IS 184 (72.27% from 255) = 32.57%
R=36.64%
G=30.80%
B=32.57%

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
Decimal20717418400.160.110.19341.8225.5874.71
HexCFAEB8010B131561a4b
Octal317256270020132352632113
Binary110011111010111010111000010000101110011101010110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAEB8; }

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

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

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

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

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

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

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

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