#E0CCEA

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

Shades of Blue Chalk #E0CCEA

Tints of Blue Chalk #E0CCEA

Color information

#E0CCEA (or 0xE0CCEA) is unknown color: approx Blue Chalk. HEX triplet: E0, CC and EA. RGB value is (224,204,234). Sum of RGB (Red+Green+Blue) = 224+204+234=662 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.84% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 234 (91.80% from 255 or 35.35% from 662); Max value from RGB is 234 - color contains mainly: blue. Hex color #E0CCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CCEA is #1F3315. Grayscale: #D5D5D5. Windows color (decimal): -2044694 or 15387872. OLE color: 15387872.

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

Color convert

RGB224204234-
CMYK0.040.1300.08
HSL280º41.67%85.88%-
HSV(B)280º12.82%91.76%-
XYZ67.1864.9786.84-
YUV213.4139.63135.56-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.84%
GREEN value IS 204 (80.08% from 255) = 30.82%
BLUE value IS 234 (91.80% from 255) = 35.35%
R=33.84%
G=30.82%
B=35.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2242042340.040.1300.0828041.6785.88
HexE0CCEA4D081182a56
Octal34031435241501043052126
Binary1110000011001100111010101001101010001000110001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CCEA; }

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

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

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

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

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

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

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

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