#CFBDC3

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

Shades of Melanie #CFBDC3

Tints of Melanie #CFBDC3

Color information

#CFBDC3 (or 0xCFBDC3) is unknown color: approx Melanie. HEX triplet: CF, BD and C3. RGB value is (207,189,195). Sum of RGB (Red+Green+Blue) = 207+189+195=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 195 (76.56% from 255 or 32.99% from 591); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDC3 is #30423C. Grayscale: #C3C3C3. Windows color (decimal): -3162685 or 12828111. OLE color: 12828111.

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

Color convert

RGB207189195-
CMYK00.090.060.19
HSL340º15.79%77.65%-
HSV(B)340º8.7%81.18%-
XYZ53.7853.659.14-
YUV195.07127.96136.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.03%
GREEN value IS 189 (74.22% from 255) = 31.98%
BLUE value IS 195 (76.56% from 255) = 32.99%
R=35.03%
G=31.98%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718919500.090.060.1934015.7977.65
HexCFBDC309613154104e
Octal31727530301162352420116
Binary1100111110111101110000110100111010011101010100100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBDC3; }

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

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

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

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

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

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

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

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