Html Css Color HEX #E4CAEA Blue Chalk

📋 copy color: '#E4CAEA'

red 228 ◦ green 202 ◦ blue 234

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

Shades of Blue Chalk #E4CAEA

Tints of Blue Chalk #E4CAEA

RGB

 RED value IS 228 (89.45% from 255) = 34.34%

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

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

R = 34.34%
G = 30.42%
B = 35.24%

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

#E4CAEA (or 0xE4CAEA) is known color: Blue Chalk. HEX triplet: E4, CA and EA. RGB value is (228,202,234). Sum of RGB (Red+Green+Blue) = 228+202+234=664 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.34% from 664); Green value is 202 (79.30% from 255 or 30.42% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 234 - color contains mainly: blue. Hex color #E4CAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CAEA is #1B3515. Grayscale: #D5D5D5. Windows color (decimal): -1783062 or 15387364. OLE color: 15387364.

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

Color convert

RGB 228 202 234 -
CMYK 0.03 0.14 0 0.08
HSL 288.75º 0.43% 0.85% -
HSV(B) 288.75º 0.14% 0.92% -
XYZ 67.97 64.68 86.74 -
YUV 213.42 139.61 138.4 -
System Red Green Blue C M Y K H S L
Decimal 228 202 234 0.03 0.14 0 0.08 288.75 0.43 0.85
Hex E4 CA EA 3 E 0 8 121 2B 55
Octal 344 312 352 3 16 0 10 441 53 125
Binary 11100100 11001010 11101010 11 1110 0 1000 100100001 101011 1010101

Color Harmonies of #E4CAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4CAEA

Black with #E4CAEA

Text Example


Text Example

White with #E4CAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4CAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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