#E0CAEB

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

Shades of Blue Chalk #E0CAEB

Tints of Blue Chalk #E0CAEB

Color information

#E0CAEB (or 0xE0CAEB) is unknown color: approx Blue Chalk. HEX triplet: E0, CA and EB. RGB value is (224,202,235). Sum of RGB (Red+Green+Blue) = 224+202+235=661 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.89% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 235 (92.19% from 255 or 35.55% from 661); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0CAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CAEB is #1F3514. Grayscale: #D4D4D4. Windows color (decimal): -2045205 or 15452896. OLE color: 15452896.

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

Color convert

RGB224202235-
CMYK0.050.1400.08
HSL280º45.21%85.69%-
HSV(B)280º14.04%92.16%-
XYZ66.8664.0987.44-
YUV212.34140.79136.32-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.89%
GREEN value IS 202 (79.30% from 255) = 30.56%
BLUE value IS 235 (92.19% from 255) = 35.55%
R=33.89%
G=30.56%
B=35.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2242022350.050.1400.0828045.2185.69
HexE0CAEB5E081182d56
Octal34031235351601043055126
Binary1110000011001010111010111011110010001000110001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CAEB; }

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

 H1.HeaderClassName
 {
   color: #E0CAEB;
 }
 .AnyTagClassName
 {
   color: #E0CAEB;
 }
</style>
background-color css

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

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

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

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

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

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