#E0CEEF

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

Shades of Blue Chalk #E0CEEF

Tints of Blue Chalk #E0CEEF

Color information

#E0CEEF (or 0xE0CEEF) is unknown color: approx Blue Chalk. HEX triplet: E0, CE and EF. RGB value is (224,206,239). Sum of RGB (Red+Green+Blue) = 224+206+239=669 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.48% from 669); Green value is 206 (80.86% from 255 or 30.79% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0CEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CEEF is #1F3110. Grayscale: #D7D7D7. Windows color (decimal): -2044177 or 15716064. OLE color: 15716064.

HSL color Cylindrical-coordinate representation of color #E0CEEF: hue angle of 272.73º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E0CEEF is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB224206239-
CMYK0.060.1400.06
HSL272.73º50.77%87.25%-
HSV(B)272.73º13.81%93.73%-
XYZ68.3966.2290.84-
YUV215.14141.46134.32-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.48%
GREEN value IS 206 (80.86% from 255) = 30.79%
BLUE value IS 239 (93.75% from 255) = 35.72%
R=33.48%
G=30.79%
B=35.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2242062390.060.1400.06272.7350.7787.25
HexE0CEEF6E061113357
Octal3403163576160642163127
Binary111000001100111011101111110111001101000100011100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CEEF; }

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

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

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

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

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

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

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

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