#E0CAEE

Color #E0CAEE Blue Chalk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chalk #E0CAEE

Tints of Blue Chalk #E0CAEE

Color information

#E0CAEE (or 0xE0CAEE) is unknown color: approx 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

RGB224202238-
CMYK0.060.1500.07
HSL276.67º51.43%86.27%-
HSV(B)276.67º15.13%93.33%-
XYZ67.2964.2689.75-
YUV212.68142.29136.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.73%
GREEN value IS 202 (79.30% 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 (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242022380.060.1500.07276.6751.4386.27
HexE0CAEE6F071153356
Octal3403123566170742563126
Binary111000001100101011101110110111101111000101011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>