Html Css Color HEX #E2C4EB Blue Chalk

📋 copy color: '#E2C4EB'

red 226 ◦ green 196 ◦ blue 235

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

Shades of Blue Chalk #E2C4EB

Tints of Blue Chalk #E2C4EB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 29.83%

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

R = 34.4%
G = 29.83%
B = 35.77%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E2C4EB (or 0xE2C4EB) is known color: Blue Chalk. HEX triplet: E2, C4 and EB. RGB value is (226,196,235). Sum of RGB (Red+Green+Blue) = 226+196+235=657 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.40% from 657); Green value is 196 (76.95% from 255 or 29.83% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2C4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C4EB is #1D3B14. Grayscale: #D1D1D1. Windows color (decimal): -1915669 or 15451362. OLE color: 15451362.

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

Color convert

RGB 226 196 235 -
CMYK 0.04 0.17 0 0.08
HSL 286.15º 0.49% 0.85% -
HSV(B) 286.15º 0.17% 0.92% -
XYZ 66.1 61.65 87.01 -
YUV 209.42 142.44 139.83 -
System Red Green Blue C M Y K H S L
Decimal 226 196 235 0.04 0.17 0 0.08 286.15 0.49 0.85
Hex E2 C4 EB 4 11 0 8 11E 31 55
Octal 342 304 353 4 21 0 10 436 61 125
Binary 11100010 11000100 11101011 100 10001 0 1000 100011110 110001 1010101

Color Harmonies of #E2C4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C4EB

Black with #E2C4EB

Text Example


Text Example

White with #E2C4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C4EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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