#CFBDC1

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

Shades of Melanie #CFBDC1

Tints of Melanie #CFBDC1

Color information

#CFBDC1 (or 0xCFBDC1) is unknown color: approx Melanie. HEX triplet: CF, BD and C1. RGB value is (207,189,193). Sum of RGB (Red+Green+Blue) = 207+189+193=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDC1 is #30423E. Grayscale: #C2C2C2. Windows color (decimal): -3162687 or 12697039. OLE color: 12697039.

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

Color convert

RGB207189193-
CMYK00.090.070.19
HSL346.67º15.79%77.65%-
HSV(B)346.67º8.7%81.18%-
XYZ53.5653.5157.96-
YUV194.84126.96136.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.14%
GREEN value IS 189 (74.22% from 255) = 32.09%
BLUE value IS 193 (75.78% from 255) = 32.77%
R=35.14%
G=32.09%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718919300.090.070.19346.6715.7977.65
HexCFBDC10971315b104e
Octal31727530101172353320116
Binary1100111110111101110000010100111110011101011011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBDC1; }

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

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

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

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

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

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

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

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