Html Css Color HEX #E6BFC4 Melanie

📋 copy color: '#E6BFC4'

red 230 ◦ green 191 ◦ blue 196

#E6BFC4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanie #E6BFC4

Tints of Melanie #E6BFC4

RGB

 RED value IS 230 (90.23% from 255) = 37.28%

 GREEN value IS 191 (75% from 255) = 30.96%

 BLUE value IS 196 (76.95% from 255) = 31.77%

R = 37.28%
G = 30.96%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#E6BFC4 (or 0xE6BFC4) is known color: Melanie. HEX triplet: E6, BF and C4. RGB value is (230,191,196). Sum of RGB (Red+Green+Blue) = 230+191+196=617 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.28% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 196 (76.95% from 255 or 31.77% from 617); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFC4 is #19403B. Grayscale: #CBCBCB. Windows color (decimal): -1654844 or 12894182. OLE color: 12894182.

HSL color Cylindrical-coordinate representation of color #E6BFC4: hue angle of 352.31º 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 #E6BFC4 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 191 196 -
CMYK 0 0.17 0.15 0.10
HSL 352.31º 0.44% 0.83% -
HSV(B) 352.31º 0.17% 0.9% -
XYZ 61.23 58.07 60.21 -
YUV 203.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 230 191 196 0 0.17 0.15 0.10 352.31 0.44 0.83
Hex E6 BF C4 0 11 F A 160 2C 53
Octal 346 277 304 0 21 17 12 540 54 123
Binary 11100110 10111111 11000100 0 10001 1111 1010 101100000 101100 1010011

Color Harmonies of #E6BFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BFC4

Black with #E6BFC4

Text Example


Text Example

White with #E6BFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BFC4; }

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

 H1.HeaderClassName
 {
   color: #E6BFC4;
 }
 .AnyTagClassName
 {
   color: #E6BFC4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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