#E0CEEB

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

Shades of Blue Chalk #E0CEEB

Tints of Blue Chalk #E0CEEB

Color information

#E0CEEB (or 0xE0CEEB) is unknown color: approx Blue Chalk. HEX triplet: E0, CE and EB. RGB value is (224,206,235). Sum of RGB (Red+Green+Blue) = 224+206+235=665 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.68% from 665); Green value is 206 (80.86% from 255 or 30.98% from 665); Blue value is 235 (92.19% from 255 or 35.34% from 665); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0CEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CEEB is #1F3114. Grayscale: #D6D6D6. Windows color (decimal): -2044181 or 15453920. OLE color: 15453920.

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

Color convert

RGB224206235-
CMYK0.050.1200.08
HSL277.24º42.03%86.47%-
HSV(B)277.24º12.34%92.16%-
XYZ67.8165.9987.76-
YUV214.69139.46134.64-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.68%
GREEN value IS 206 (80.86% from 255) = 30.98%
BLUE value IS 235 (92.19% from 255) = 35.34%
R=33.68%
G=30.98%
B=35.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2242062350.050.1200.08277.2442.0386.47
HexE0CEEB5C081152a56
Octal34031635351401042552126
Binary1110000011001110111010111011100010001000101011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CEEB; }

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

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

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

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

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

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

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

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