Html Css Color HEX #E2C5EB Blue Chalk

📋 copy color: '#E2C5EB'

red 226 ◦ green 197 ◦ blue 235

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

Shades of Blue Chalk #E2C5EB

Tints of Blue Chalk #E2C5EB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 29.94%

 BLUE value IS 235 (92.19% from 255) = 35.71%

R = 34.35%
G = 29.94%
B = 35.71%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E2C5EB (or 0xE2C5EB) is known color: Blue Chalk. HEX triplet: E2, C5 and EB. RGB value is (226,197,235). Sum of RGB (Red+Green+Blue) = 226+197+235=658 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.35% from 658); Green value is 197 (77.34% from 255 or 29.94% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2C5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C5EB is #1D3A14. Grayscale: #D1D1D1. Windows color (decimal): -1915413 or 15451618. OLE color: 15451618.

HSL color Cylindrical-coordinate representation of color #E2C5EB: hue angle of 285.79º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2C5EB is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 226 197 235 -
CMYK 0.04 0.16 0 0.08
HSL 285.79º 0.49% 0.85% -
HSV(B) 285.79º 0.16% 0.92% -
XYZ 66.33 62.1 87.09 -
YUV 210 142.11 139.41 -
System Red Green Blue C M Y K H S L
Decimal 226 197 235 0.04 0.16 0 0.08 285.79 0.49 0.85
Hex E2 C5 EB 4 10 0 8 11E 31 55
Octal 342 305 353 4 20 0 10 436 61 125
Binary 11100010 11000101 11101011 100 10000 0 1000 100011110 110001 1010101

Color Harmonies of #E2C5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C5EB

Black with #E2C5EB

Text Example


Text Example

White with #E2C5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C5EB; }

 p { color: rgb(226,197,235); }

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

background-color css

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

 a { background-color: rgb(226,197,235); }

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

border-color css

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

 span { border-color: rgb(226,197,235); }

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