#E0CEEC

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

Shades of Blue Chalk #E0CEEC

Tints of Blue Chalk #E0CEEC

Color information

#E0CEEC (or 0xE0CEEC) is unknown color: approx Blue Chalk. HEX triplet: E0, CE and EC. RGB value is (224,206,236). Sum of RGB (Red+Green+Blue) = 224+206+236=666 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.63% from 666); Green value is 206 (80.86% from 255 or 30.93% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 236 - color contains mainly: blue. Hex color #E0CEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CEEC is #1F3113. Grayscale: #D6D6D6. Windows color (decimal): -2044180 or 15519456. OLE color: 15519456.

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

Color convert

RGB224206236-
CMYK0.050.1300.07
HSL276º44.12%86.67%-
HSV(B)276º12.71%92.55%-
XYZ67.9566.0588.52-
YUV214.8139.96134.56-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.63%
GREEN value IS 206 (80.86% from 255) = 30.93%
BLUE value IS 236 (92.58% from 255) = 35.44%
R=33.63%
G=30.93%
B=35.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242062360.050.1300.0727644.1286.67
HexE0CEEC5D071142c57
Octal3403163545150742454127
Binary111000001100111011101100101110101111000101001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CEEC; }

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

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

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

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

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

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

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

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