#E6BFC3

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

Shades of Melanie #E6BFC3

Tints of Melanie #E6BFC3

Color information

#E6BFC3 (or 0xE6BFC3) is unknown color: approx Melanie. HEX triplet: E6, BF and C3. RGB value is (230,191,195). Sum of RGB (Red+Green+Blue) = 230+191+195=616 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.34% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 195 (76.56% from 255 or 31.66% from 616); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFC3 is #19403C. Grayscale: #CBCBCB. Windows color (decimal): -1654845 or 12828646. OLE color: 12828646.

HSL color Cylindrical-coordinate representation of color #E6BFC3: hue angle of 353.85º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6BFC3 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB230191195-
CMYK00.170.150.10
HSL353.85º43.82%82.55%-
HSV(B)353.85º16.96%90.2%-
XYZ61.1158.0259.61-
YUV203.12123.42147.17-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.34%
GREEN value IS 191 (75% from 255) = 31.01%
BLUE value IS 195 (76.56% from 255) = 31.66%
R=37.34%
G=31.01%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019119500.170.150.10353.8543.8282.55
HexE6BFC3011FA1622c53
Octal346277303021171254254123
Binary111001101011111111000011010001111110101011000101011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BFC3; }

 p { color: rgb(230,191,195); }

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

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

 a { background-color: rgb(230,191,195); }

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

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

 span { border-color: rgb(230,191,195); }

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