#CFADB7

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

Shades of Melanie #CFADB7

Tints of Melanie #CFADB7

Color information

#CFADB7 (or 0xCFADB7) is unknown color: approx Melanie. HEX triplet: CF, AD and B7. RGB value is (207,173,183). Sum of RGB (Red+Green+Blue) = 207+173+183=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 183 (71.88% from 255 or 32.50% from 563); Max value from RGB is 207 - color contains mainly: red. Hex color #CFADB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFADB7 is #305248. Grayscale: #B8B8B8. Windows color (decimal): -3166793 or 12037583. OLE color: 12037583.

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

Color convert

RGB207173183-
CMYK00.160.120.19
HSL342.35º26.15%74.51%-
HSV(B)342.35º16.43%81.18%-
XYZ49.2246.5751.19-
YUV184.31127.26144.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.77%
GREEN value IS 173 (67.97% from 255) = 30.73%
BLUE value IS 183 (71.88% from 255) = 32.50%
R=36.77%
G=30.73%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717318300.160.120.19342.3526.1574.51
HexCFADB7010C131561a4b
Octal317255267020142352632113
Binary110011111010110110110111010000110010011101010110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFADB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFADB7; }

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

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

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

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

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

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

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

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