#E6BEEF

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

Shades of Blue Chalk #E6BEEF

Tints of Blue Chalk #E6BEEF

Color information

#E6BEEF (or 0xE6BEEF) is unknown color: approx Blue Chalk. HEX triplet: E6, BE and EF. RGB value is (230,190,239). Sum of RGB (Red+Green+Blue) = 230+190+239=659 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.90% from 659); Green value is 190 (74.61% from 255 or 28.83% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6BEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BEEF is #194110. Grayscale: #CFCFCF. Windows color (decimal): -1655057 or 15711974. OLE color: 15711974.

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

Color convert

RGB230190239-
CMYK0.040.2100.06
HSL288.98º60.49%84.12%-
HSV(B)288.98º20.5%93.73%-
XYZ66.6359.8889.71-
YUV207.55145.75144.02-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.90%
GREEN value IS 190 (74.61% from 255) = 28.83%
BLUE value IS 239 (93.75% from 255) = 36.27%
R=34.90%
G=28.83%
B=36.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2301902390.040.2100.06288.9860.4984.12
HexE6BEEF415061213c54
Octal3462763574250644174124
Binary1110011010111110111011111001010101101001000011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BEEF; }

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

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

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

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

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

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

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

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