#CFBEC1

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

Shades of Melanie #CFBEC1

Tints of Melanie #CFBEC1

Color information

#CFBEC1 (or 0xCFBEC1) is unknown color: approx Melanie. HEX triplet: CF, BE and C1. RGB value is (207,190,193). Sum of RGB (Red+Green+Blue) = 207+190+193=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 193 (75.78% from 255 or 32.71% from 590); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBEC1 is #30413E. Grayscale: #C3C3C3. Windows color (decimal): -3162431 or 12697295. OLE color: 12697295.

HSL color Cylindrical-coordinate representation of color #CFBEC1: hue angle of 349.41º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFBEC1 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB207190193-
CMYK00.080.070.19
HSL349.41º15.04%77.84%-
HSV(B)349.41º8.21%81.18%-
XYZ53.7753.9458.03-
YUV195.42126.63136.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.08%
GREEN value IS 190 (74.61% from 255) = 32.20%
BLUE value IS 193 (75.78% from 255) = 32.71%
R=35.08%
G=32.20%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719019300.080.070.19349.4115.0477.84
HexCFBEC10871315df4e
Octal31727630101072353517116
Binary110011111011111011000001010001111001110101110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBEC1; }

 p { color: rgb(207,190,193); }

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

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

 a { background-color: rgb(207,190,193); }

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

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

 span { border-color: rgb(207,190,193); }

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