#E6BFEF

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

Shades of Blue Chalk #E6BFEF

Tints of Blue Chalk #E6BFEF

Color information

#E6BFEF (or 0xE6BFEF) is unknown color: approx Blue Chalk. HEX triplet: E6, BF and EF. RGB value is (230,191,239). Sum of RGB (Red+Green+Blue) = 230+191+239=660 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.85% from 660); Green value is 191 (75% from 255 or 28.94% from 660); Blue value is 239 (93.75% from 255 or 36.21% from 660); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6BFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BFEF is #194010. Grayscale: #CFCFCF. Windows color (decimal): -1654801 or 15712230. OLE color: 15712230.

HSL color Cylindrical-coordinate representation of color #E6BFEF: hue angle of 288.75º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6BFEF is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB230191239-
CMYK0.040.2000.06
HSL288.75º60%84.31%-
HSV(B)288.75º20.08%93.73%-
XYZ66.8460.3289.78-
YUV208.13145.42143.6-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.85%
GREEN value IS 191 (75% from 255) = 28.94%
BLUE value IS 239 (93.75% from 255) = 36.21%
R=34.85%
G=28.94%
B=36.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2301912390.040.2000.06288.756084.31
HexE6BFEF414061213c54
Octal3462773574240644174124
Binary1110011010111111111011111001010001101001000011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BFEF; }

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

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

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

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

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

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

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

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