#E6BEEE

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

Shades of Blue Chalk #E6BEEE

Tints of Blue Chalk #E6BEEE

Color information

#E6BEEE (or 0xE6BEEE) is unknown color: approx Blue Chalk. HEX triplet: E6, BE and EE. RGB value is (230,190,238). Sum of RGB (Red+Green+Blue) = 230+190+238=658 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.95% from 658); Green value is 190 (74.61% from 255 or 28.88% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 238 - color contains mainly: blue. Hex color #E6BEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BEEE is #194111. Grayscale: #CFCFCF. Windows color (decimal): -1655058 or 15646438. OLE color: 15646438.

HSL color Cylindrical-coordinate representation of color #E6BEEE: hue angle of 290º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6BEEE is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB230190238-
CMYK0.030.2000.07
HSL290º58.54%83.92%-
HSV(B)290º20.17%93.33%-
XYZ66.4859.8288.93-
YUV207.43145.25144.1-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.95%
GREEN value IS 190 (74.61% from 255) = 28.88%
BLUE value IS 238 (93.36% from 255) = 36.17%
R=34.95%
G=28.88%
B=36.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2301902380.030.2000.0729058.5483.92
HexE6BEEE314071223b54
Octal3462763563240744273124
Binary111001101011111011101110111010001111001000101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BEEE; }

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

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

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

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

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

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

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

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