#CFB8BD

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

Shades of Melanie #CFB8BD

Tints of Melanie #CFB8BD

Color information

#CFB8BD (or 0xCFB8BD) is unknown color: approx Melanie. HEX triplet: CF, B8 and BD. RGB value is (207,184,189). Sum of RGB (Red+Green+Blue) = 207+184+189=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 184 (72.27% from 255 or 31.72% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB8BD is #304742. Grayscale: #BFBFBF. Windows color (decimal): -3163971 or 12433615. OLE color: 12433615.

HSL color Cylindrical-coordinate representation of color #CFB8BD: hue angle of 346.96º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFB8BD is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB207184189-
CMYK00.110.090.19
HSL346.96º19.33%76.67%-
HSV(B)346.96º11.11%81.18%-
XYZ52.0651.2255.29-
YUV191.45126.62139.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.69%
GREEN value IS 184 (72.27% from 255) = 31.72%
BLUE value IS 189 (74.22% from 255) = 32.59%
R=35.69%
G=31.72%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718418900.110.090.19346.9619.3376.67
HexCFB8BD0B91315b134d
Octal317270275013112353323115
Binary11001111101110001011110101011100110011101011011100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB8BD; }

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

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

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

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

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

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

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

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