Html Css Color HEX #E3CAEA Blue Chalk

📋 copy color: '#E3CAEA'

red 227 ◦ green 202 ◦ blue 234

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

Shades of Blue Chalk #E3CAEA

Tints of Blue Chalk #E3CAEA

RGB

 RED value IS 227 (89.06% from 255) = 34.24%

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

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

R = 34.24%
G = 30.47%
B = 35.29%

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

#E3CAEA (or 0xE3CAEA) is known color: Blue Chalk. HEX triplet: E3, CA and EA. RGB value is (227,202,234). Sum of RGB (Red+Green+Blue) = 227+202+234=663 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.24% from 663); Green value is 202 (79.30% from 255 or 30.47% from 663); Blue value is 234 (91.80% from 255 or 35.29% from 663); Max value from RGB is 234 - color contains mainly: blue. Hex color #E3CAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CAEA is #1C3515. Grayscale: #D5D5D5. Windows color (decimal): -1848598 or 15387363. OLE color: 15387363.

HSL color Cylindrical-coordinate representation of color #E3CAEA: hue angle of 286.88º 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 #E3CAEA is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 227 202 234 -
CMYK 0.03 0.14 0 0.08
HSL 286.88º 0.43% 0.85% -
HSV(B) 286.88º 0.14% 0.92% -
XYZ 67.65 64.51 86.73 -
YUV 213.12 139.78 137.9 -
System Red Green Blue C M Y K H S L
Decimal 227 202 234 0.03 0.14 0 0.08 286.88 0.43 0.85
Hex E3 CA EA 3 E 0 8 11F 2B 55
Octal 343 312 352 3 16 0 10 437 53 125
Binary 11100011 11001010 11101010 11 1110 0 1000 100011111 101011 1010101

Color Harmonies of #E3CAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3CAEA

Black with #E3CAEA

Text Example


Text Example

White with #E3CAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3CAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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