#E5CEED

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

Shades of Blue Chalk #E5CEED

Tints of Blue Chalk #E5CEED

Color information

#E5CEED (or 0xE5CEED) is unknown color: approx Blue Chalk. HEX triplet: E5, CE and ED. RGB value is (229,206,237). Sum of RGB (Red+Green+Blue) = 229+206+237=672 (89% of max value = 765). Red value is 229 (89.84% from 255 or 34.08% from 672); Green value is 206 (80.86% from 255 or 30.65% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 237 - color contains mainly: blue. Hex color #E5CEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CEED is #1A3112. Grayscale: #D8D8D8. Windows color (decimal): -1716499 or 15584997. OLE color: 15584997.

HSL color Cylindrical-coordinate representation of color #E5CEED: hue angle of 284.52º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E5CEED is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB229206237-
CMYK0.030.1300.07
HSL284.52º46.27%86.86%-
HSV(B)284.52º13.08%92.94%-
XYZ69.6766.9289.36-
YUV216.41139.62136.98-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.08%
GREEN value IS 206 (80.86% from 255) = 30.65%
BLUE value IS 237 (92.97% from 255) = 35.27%
R=34.08%
G=30.65%
B=35.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2292062370.030.1300.07284.5246.2786.86
HexE5CEED3D0711d2e57
Octal3453163553150743556127
Binary11100101110011101110110111110101111000111011011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CEED; }

 p { color: rgb(229,206,237); }

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

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

 a { background-color: rgb(229,206,237); }

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

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

 span { border-color: rgb(229,206,237); }

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