#E4CEED

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

Shades of Blue Chalk #E4CEED

Tints of Blue Chalk #E4CEED

Color information

#E4CEED (or 0xE4CEED) is unknown color: approx Blue Chalk. HEX triplet: E4, CE and ED. RGB value is (228,206,237). Sum of RGB (Red+Green+Blue) = 228+206+237=671 (88% of max value = 765). Red value is 228 (89.45% from 255 or 33.98% from 671); Green value is 206 (80.86% from 255 or 30.70% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 237 - color contains mainly: blue. Hex color #E4CEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CEED is #1B3112. Grayscale: #D8D8D8. Windows color (decimal): -1782035 or 15584996. OLE color: 15584996.

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

Color convert

RGB228206237-
CMYK0.040.1300.07
HSL282.58º46.27%86.86%-
HSV(B)282.58º13.08%92.94%-
XYZ69.3566.7589.35-
YUV216.11139.79136.48-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.98%
GREEN value IS 206 (80.86% from 255) = 30.70%
BLUE value IS 237 (92.97% from 255) = 35.32%
R=33.98%
G=30.70%
B=35.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2282062370.040.1300.07282.5846.2786.86
HexE4CEED4D0711b2e57
Octal3443163554150743356127
Binary111001001100111011101101100110101111000110111011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CEED; }

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

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

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

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

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

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

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

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