Html Css Color HEX #E1CAEB Blue Chalk

📋 copy color: '#E1CAEB'

red 225 ◦ green 202 ◦ blue 235

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

Shades of Blue Chalk #E1CAEB

Tints of Blue Chalk #E1CAEB

RGB

 RED value IS 225 (88.28% from 255) = 33.99%

 GREEN value IS 202 (79.3% from 255) = 30.51%

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

R = 33.99%
G = 30.51%
B = 35.5%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E1CAEB (or 0xE1CAEB) is known color: Blue Chalk. HEX triplet: E1, CA and EB. RGB value is (225,202,235). Sum of RGB (Red+Green+Blue) = 225+202+235=662 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.99% from 662); Green value is 202 (79.30% from 255 or 30.51% from 662); Blue value is 235 (92.19% from 255 or 35.50% from 662); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1CAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CAEB is #1E3514. Grayscale: #D4D4D4. Windows color (decimal): -1979669 or 15452897. OLE color: 15452897.

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

Color convert

RGB 225 202 235 -
CMYK 0.04 0.14 0 0.08
HSL 281.82º 0.45% 0.86% -
HSV(B) 281.82º 0.14% 0.92% -
XYZ 67.17 64.25 87.46 -
YUV 212.64 140.62 136.82 -
System Red Green Blue C M Y K H S L
Decimal 225 202 235 0.04 0.14 0 0.08 281.82 0.45 0.86
Hex E1 CA EB 4 E 0 8 11A 2D 56
Octal 341 312 353 4 16 0 10 432 55 126
Binary 11100001 11001010 11101011 100 1110 0 1000 100011010 101101 1010110

Color Harmonies of #E1CAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CAEB

Black with #E1CAEB

Text Example


Text Example

White with #E1CAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CAEB; }

 p { color: rgb(225,202,235); }

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

background-color css

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

 a { background-color: rgb(225,202,235); }

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

border-color css

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

 span { border-color: rgb(225,202,235); }

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