Html Css Color HEX #E0CAEE Blue Chalk

📋 copy color: '#E0CAEE'

red 224 ◦ green 202 ◦ blue 238

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

Shades of Blue Chalk #E0CAEE

Tints of Blue Chalk #E0CAEE

RGB

 RED value IS 224 (87.89% from 255) = 33.73%

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

 BLUE value IS 238 (93.36% from 255) = 35.84%

R = 33.73%
G = 30.42%
B = 35.84%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E0CAEE (or 0xE0CAEE) is known color: Blue Chalk. HEX triplet: E0, CA and EE. RGB value is (224,202,238). Sum of RGB (Red+Green+Blue) = 224+202+238=664 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.73% from 664); Green value is 202 (79.30% from 255 or 30.42% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0CAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CAEE is #1F3511. Grayscale: #D4D4D4. Windows color (decimal): -2045202 or 15649504. OLE color: 15649504.

HSL color Cylindrical-coordinate representation of color #E0CAEE: hue angle of 276.67º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0CAEE is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 202 238 -
CMYK 0.06 0.15 0 0.07
HSL 276.67º 0.51% 0.86% -
HSV(B) 276.67º 0.15% 0.93% -
XYZ 67.29 64.26 89.75 -
YUV 212.68 142.29 136.07 -
System Red Green Blue C M Y K H S L
Decimal 224 202 238 0.06 0.15 0 0.07 276.67 0.51 0.86
Hex E0 CA EE 6 F 0 7 115 33 56
Octal 340 312 356 6 17 0 7 425 63 126
Binary 11100000 11001010 11101110 110 1111 0 111 100010101 110011 1010110

Color Harmonies of #E0CAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CAEE

Black with #E0CAEE

Text Example


Text Example

White with #E0CAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CAEE; }

 p { color: rgb(224,202,238); }

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

background-color css

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

 a { background-color: rgb(224,202,238); }

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

border-color css

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

 span { border-color: rgb(224,202,238); }

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