#CFAEBB

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

Shades of Melanie #CFAEBB

Tints of Melanie #CFAEBB

Color information

#CFAEBB (or 0xCFAEBB) is unknown color: approx Melanie. HEX triplet: CF, AE and BB. RGB value is (207,174,187). Sum of RGB (Red+Green+Blue) = 207+174+187=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAEBB is #305144. Grayscale: #B9B9B9. Windows color (decimal): -3166533 or 12299983. OLE color: 12299983.

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

Color convert

RGB207174187-
CMYK00.160.100.19
HSL336.36º25.58%74.71%-
HSV(B)336.36º15.94%81.18%-
XYZ49.8447.1353.48-
YUV185.35128.93143.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.44%
GREEN value IS 174 (68.36% from 255) = 30.63%
BLUE value IS 187 (73.44% from 255) = 32.92%
R=36.44%
G=30.63%
B=32.92%

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
Decimal20717418700.160.100.19336.3625.5874.71
HexCFAEBB010A131501a4b
Octal317256273020122352032113
Binary110011111010111010111011010000101010011101010000110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAEBB; }

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

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

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

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

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

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

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

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