#CFAFBA

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

Shades of Melanie #CFAFBA

Tints of Melanie #CFAFBA

Color information

#CFAFBA (or 0xCFAFBA) is unknown color: approx Melanie. HEX triplet: CF, AF and BA. RGB value is (207,175,186). Sum of RGB (Red+Green+Blue) = 207+175+186=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFBA is #305045. Grayscale: #B9B9B9. Windows color (decimal): -3166278 or 12234703. OLE color: 12234703.

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

Color convert

RGB207175186-
CMYK00.150.100.19
HSL339.38º25%74.9%-
HSV(B)339.38º15.46%81.18%-
XYZ49.9347.4752.99-
YUV185.82128.1143.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.44%
GREEN value IS 175 (68.75% from 255) = 30.81%
BLUE value IS 186 (73.05% from 255) = 32.75%
R=36.44%
G=30.81%
B=32.75%

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
Decimal20717518600.150.100.19339.382574.9
HexCFAFBA0FA13153194b
Octal317257272017122352331113
Binary11001111101011111011101001111101010011101010011110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAFBA; }

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

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

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

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

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

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

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

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