#E4CEEB

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

Shades of Blue Chalk #E4CEEB

Tints of Blue Chalk #E4CEEB

Color information

#E4CEEB (or 0xE4CEEB) is unknown color: approx Blue Chalk. HEX triplet: E4, CE and EB. RGB value is (228,206,235). Sum of RGB (Red+Green+Blue) = 228+206+235=669 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.08% from 669); Green value is 206 (80.86% from 255 or 30.79% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 235 - color contains mainly: blue. Hex color #E4CEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CEEB is #1B3114. Grayscale: #D7D7D7. Windows color (decimal): -1782037 or 15453924. OLE color: 15453924.

HSL color Cylindrical-coordinate representation of color #E4CEEB: hue angle of 285.52º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E4CEEB is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB228206235-
CMYK0.030.1200.08
HSL285.52º42.03%86.47%-
HSV(B)285.52º12.34%92.16%-
XYZ69.0666.6387.82-
YUV215.88138.79136.64-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.08%
GREEN value IS 206 (80.86% from 255) = 30.79%
BLUE value IS 235 (92.19% from 255) = 35.13%
R=34.08%
G=30.79%
B=35.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2282062350.030.1200.08285.5242.0386.47
HexE4CEEB3C0811e2a56
Octal34431635331401043652126
Binary111001001100111011101011111100010001000111101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CEEB; }

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

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

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

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

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

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

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

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