#E1CAED

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

Shades of Blue Chalk #E1CAED

Tints of Blue Chalk #E1CAED

Color information

#E1CAED (or 0xE1CAED) is unknown color: approx Blue Chalk. HEX triplet: E1, CA and ED. RGB value is (225,202,237). Sum of RGB (Red+Green+Blue) = 225+202+237=664 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.89% from 664); Green value is 202 (79.30% from 255 or 30.42% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 237 - color contains mainly: blue. Hex color #E1CAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CAED is #1E3512. Grayscale: #D4D4D4. Windows color (decimal): -1979667 or 15583969. OLE color: 15583969.

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

Color convert

RGB225202237-
CMYK0.050.1500.07
HSL279.43º49.3%86.08%-
HSV(B)279.43º14.77%92.94%-
XYZ67.4664.3688.99-
YUV212.87141.62136.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.89%
GREEN value IS 202 (79.30% from 255) = 30.42%
BLUE value IS 237 (92.97% from 255) = 35.69%
R=33.89%
G=30.42%
B=35.69%

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
Decimal2252022370.050.1500.07279.4349.386.08
HexE1CAED5F071173156
Octal3413123555170742761126
Binary111000011100101011101101101111101111000101111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CAED; }

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

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

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

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

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

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

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

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