Html Css Color HEX #E2CAEA Blue Chalk

📋 copy color: '#E2CAEA'

red 226 ◦ green 202 ◦ blue 234

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

Shades of Blue Chalk #E2CAEA

Tints of Blue Chalk #E2CAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.35%

R = 34.14%
G = 30.51%
B = 35.35%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E2CAEA (or 0xE2CAEA) is known color: Blue Chalk. HEX triplet: E2, CA and EA. RGB value is (226,202,234). Sum of RGB (Red+Green+Blue) = 226+202+234=662 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.14% from 662); Green value is 202 (79.30% from 255 or 30.51% from 662); Blue value is 234 (91.80% from 255 or 35.35% from 662); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2CAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CAEA is #1D3515. Grayscale: #D4D4D4. Windows color (decimal): -1914134 or 15387362. OLE color: 15387362.

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

Color convert

RGB 226 202 234 -
CMYK 0.03 0.14 0 0.08
HSL 285º 0.43% 0.85% -
HSV(B) 285º 0.14% 0.92% -
XYZ 67.34 64.35 86.71 -
YUV 212.82 139.95 137.4 -
System Red Green Blue C M Y K H S L
Decimal 226 202 234 0.03 0.14 0 0.08 285 0.43 0.85
Hex E2 CA EA 3 E 0 8 11D 2B 55
Octal 342 312 352 3 16 0 10 435 53 125
Binary 11100010 11001010 11101010 11 1110 0 1000 100011101 101011 1010101

Color Harmonies of #E2CAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CAEA

Black with #E2CAEA

Text Example


Text Example

White with #E2CAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CAEA; }

 p { color: rgb(226,202,234); }

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

background-color css

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

 a { background-color: rgb(226,202,234); }

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

border-color css

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

 span { border-color: rgb(226,202,234); }

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