Html Css Color HEX #E2BEED Blue Chalk

📋 copy color: '#E2BEED'

red 226 ◦ green 190 ◦ blue 237

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

Shades of Blue Chalk #E2BEED

Tints of Blue Chalk #E2BEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.29%

R = 34.61%
G = 29.1%
B = 36.29%

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

#E2BEED (or 0xE2BEED) is known color: Blue Chalk. HEX triplet: E2, BE and ED. RGB value is (226,190,237). Sum of RGB (Red+Green+Blue) = 226+190+237=653 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.61% from 653); Green value is 190 (74.61% from 255 or 29.10% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #E2BEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BEED is #1D4112. Grayscale: #CDCDCD. Windows color (decimal): -1917203 or 15580898. OLE color: 15580898.

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

Color convert

RGB 226 190 237 -
CMYK 0.05 0.20 0 0.07
HSL 285.96º 0.57% 0.84% -
HSV(B) 285.96º 0.2% 0.93% -
XYZ 65.06 59.11 88.1 -
YUV 206.12 145.43 142.18 -
System Red Green Blue C M Y K H S L
Decimal 226 190 237 0.05 0.20 0 0.07 285.96 0.57 0.84
Hex E2 BE ED 5 14 0 7 11E 39 54
Octal 342 276 355 5 24 0 7 436 71 124
Binary 11100010 10111110 11101101 101 10100 0 111 100011110 111001 1010100

Color Harmonies of #E2BEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BEED

Black with #E2BEED

Text Example


Text Example

White with #E2BEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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