Html Css Color HEX #E2BEEE Blue Chalk

📋 copy color: '#E2BEEE'

red 226 ◦ green 190 ◦ blue 238

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

Shades of Blue Chalk #E2BEEE

Tints of Blue Chalk #E2BEEE

RGB

 RED value IS 226 (88.67% from 255) = 34.56%

 GREEN value IS 190 (74.61% from 255) = 29.05%

 BLUE value IS 238 (93.36% from 255) = 36.39%

R = 34.56%
G = 29.05%
B = 36.39%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E2BEEE (or 0xE2BEEE) is known color: Blue Chalk. HEX triplet: E2, BE and EE. RGB value is (226,190,238). Sum of RGB (Red+Green+Blue) = 226+190+238=654 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.56% from 654); Green value is 190 (74.61% from 255 or 29.05% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2BEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BEEE is #1D4111. Grayscale: #CECECE. Windows color (decimal): -1917202 or 15646434. OLE color: 15646434.

HSL color Cylindrical-coordinate representation of color #E2BEEE: hue angle of 285º 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 #E2BEEE is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 190 238 -
CMYK 0.05 0.20 0 0.07
HSL 285º 0.59% 0.84% -
HSV(B) 285º 0.2% 0.93% -
XYZ 65.21 59.17 88.87 -
YUV 206.24 145.93 142.1 -
System Red Green Blue C M Y K H S L
Decimal 226 190 238 0.05 0.20 0 0.07 285 0.59 0.84
Hex E2 BE EE 5 14 0 7 11D 3B 54
Octal 342 276 356 5 24 0 7 435 73 124
Binary 11100010 10111110 11101110 101 10100 0 111 100011101 111011 1010100

Color Harmonies of #E2BEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BEEE

Black with #E2BEEE

Text Example


Text Example

White with #E2BEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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