#E2CAED

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

Shades of Blue Chalk #E2CAED

Tints of Blue Chalk #E2CAED

Color information

#E2CAED (or 0xE2CAED) is unknown color: approx Blue Chalk. HEX triplet: E2, CA and ED. RGB value is (226,202,237). Sum of RGB (Red+Green+Blue) = 226+202+237=665 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.98% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 237 - color contains mainly: blue. Hex color #E2CAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CAED is #1D3512. Grayscale: #D5D5D5. Windows color (decimal): -1914131 or 15583970. OLE color: 15583970.

HSL color Cylindrical-coordinate representation of color #E2CAED: hue angle of 281.14º degrees, saturation: 0.49, 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 #E2CAED is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB226202237-
CMYK0.050.1500.07
HSL281.14º49.3%86.08%-
HSV(B)281.14º14.77%92.94%-
XYZ67.7764.5289-
YUV213.17141.45137.15-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.98%
GREEN value IS 202 (79.30% from 255) = 30.38%
BLUE value IS 237 (92.97% from 255) = 35.64%
R=33.98%
G=30.38%
B=35.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2262022370.050.1500.07281.1449.386.08
HexE2CAED5F071193156
Octal3423123555170743161126
Binary111000101100101011101101101111101111000110011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CAED; }

 p { color: rgb(226,202,237); }

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

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

 a { background-color: rgb(226,202,237); }

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

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

 span { border-color: rgb(226,202,237); }

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