#E0CCEF

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

Shades of Blue Chalk #E0CCEF

Tints of Blue Chalk #E0CCEF

Color information

#E0CCEF (or 0xE0CCEF) is unknown color: approx Blue Chalk. HEX triplet: E0, CC and EF. RGB value is (224,204,239). Sum of RGB (Red+Green+Blue) = 224+204+239=667 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.58% from 667); Green value is 204 (80.08% from 255 or 30.58% from 667); Blue value is 239 (93.75% from 255 or 35.83% from 667); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0CCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CCEF is #1F3310. Grayscale: #D5D5D5. Windows color (decimal): -2044689 or 15715552. OLE color: 15715552.

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

Color convert

RGB224204239-
CMYK0.060.1500.06
HSL274.29º52.24%86.86%-
HSV(B)274.29º14.64%93.73%-
XYZ67.9165.2790.68-
YUV213.97142.13135.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.58%
GREEN value IS 204 (80.08% from 255) = 30.58%
BLUE value IS 239 (93.75% from 255) = 35.83%
R=33.58%
G=30.58%
B=35.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2242042390.060.1500.06274.2952.2486.86
HexE0CCEF6F061123457
Octal3403143576170642264127
Binary111000001100110011101111110111101101000100101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CCEF; }

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

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

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

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

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

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

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

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