#CFADB9

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

Shades of Melanie #CFADB9

Tints of Melanie #CFADB9

Color information

#CFADB9 (or 0xCFADB9) is unknown color: approx Melanie. HEX triplet: CF, AD and B9. RGB value is (207,173,185). Sum of RGB (Red+Green+Blue) = 207+173+185=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 207 - color contains mainly: red. Hex color #CFADB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADB9 is #305246. Grayscale: #B8B8B8. Windows color (decimal): -3166791 or 12168655. OLE color: 12168655.

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

Color convert

RGB207173185-
CMYK00.160.110.19
HSL338.82º26.15%74.51%-
HSV(B)338.82º16.43%81.18%-
XYZ49.4346.6652.3-
YUV184.53128.26144.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.64%
GREEN value IS 173 (67.97% from 255) = 30.62%
BLUE value IS 185 (72.66% from 255) = 32.74%
R=36.64%
G=30.62%
B=32.74%

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
Decimal20717318500.160.110.19338.8226.1574.51
HexCFADB9010B131531a4b
Octal317255271020132352332113
Binary110011111010110110111001010000101110011101010011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFADB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFADB9; }

 p { color: rgb(207,173,185); }

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

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

 a { background-color: rgb(207,173,185); }

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

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

 span { border-color: rgb(207,173,185); }

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