#E6BFC1

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

Shades of Azalea #E6BFC1

Tints of Azalea #E6BFC1

Color information

#E6BFC1 (or 0xE6BFC1) is unknown color: approx Azalea. HEX triplet: E6, BF and C1. RGB value is (230,191,193). Sum of RGB (Red+Green+Blue) = 230+191+193=614 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.46% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 193 (75.78% from 255 or 31.43% from 614); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFC1 is #19403E. Grayscale: #CACACA. Windows color (decimal): -1654847 or 12697574. OLE color: 12697574.

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

Color convert

RGB230191193-
CMYK00.170.160.10
HSL356.92º43.82%82.55%-
HSV(B)356.92º16.96%90.2%-
XYZ60.8957.9358.43-
YUV202.89122.42147.34-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.46%
GREEN value IS 191 (75% from 255) = 31.11%
BLUE value IS 193 (75.78% from 255) = 31.43%
R=37.46%
G=31.11%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019119300.170.160.10356.9243.8282.55
HexE6BFC101110A1652c53
Octal346277301021201254554123
Binary1110011010111111110000010100011000010101011001011011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BFC1; }

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

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

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

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

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

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

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

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