#CFBEC3

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

Shades of Melanie #CFBEC3

Tints of Melanie #CFBEC3

Color information

#CFBEC3 (or 0xCFBEC3) is unknown color: approx Melanie. HEX triplet: CF, BE and C3. RGB value is (207,190,195). Sum of RGB (Red+Green+Blue) = 207+190+195=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 195 (76.56% from 255 or 32.94% from 592); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBEC3 is #30413C. Grayscale: #C3C3C3. Windows color (decimal): -3162429 or 12828367. OLE color: 12828367.

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

Color convert

RGB207190195-
CMYK00.080.060.19
HSL342.35º15.04%77.84%-
HSV(B)342.35º8.21%81.18%-
XYZ5454.0359.21-
YUV195.65127.63136.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.97%
GREEN value IS 190 (74.61% from 255) = 32.09%
BLUE value IS 195 (76.56% from 255) = 32.94%
R=34.97%
G=32.09%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719019500.080.060.19342.3515.0477.84
HexCFBEC308613156f4e
Octal31727630301062352617116
Binary110011111011111011000011010001101001110101011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBEC3; }

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

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

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

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

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

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

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

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