#E0CAF0

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

Shades of Blue Chalk #E0CAF0

Tints of Blue Chalk #E0CAF0

Color information

#E0CAF0 (or 0xE0CAF0) is unknown color: approx Blue Chalk. HEX triplet: E0, CA and F0. RGB value is (224,202,240). Sum of RGB (Red+Green+Blue) = 224+202+240=666 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.63% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 240 (94.14% from 255 or 36.04% from 666); Max value from RGB is 240 - color contains mainly: blue. Hex color #E0CAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CAF0 is #1F350F. Grayscale: #D4D4D4. Windows color (decimal): -2045200 or 15780576. OLE color: 15780576.

HSL color Cylindrical-coordinate representation of color #E0CAF0: hue angle of 274.74º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0CAF0 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB224202240-
CMYK0.070.1600.06
HSL274.74º55.88%86.67%-
HSV(B)274.74º15.83%94.12%-
XYZ67.5964.3891.3-
YUV212.91143.29135.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.63%
GREEN value IS 202 (79.30% from 255) = 30.33%
BLUE value IS 240 (94.14% from 255) = 36.04%
R=33.63%
G=30.33%
B=36.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2242022400.070.1600.06274.7455.8886.67
HexE0CAF0710061133857
Octal3403123607200642370127
Binary1110000011001010111100001111000001101000100111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CAF0; }

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

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

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

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

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

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

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

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