#E0CCE9

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

Shades of Blue Chalk #E0CCE9

Tints of Blue Chalk #E0CCE9

Color information

#E0CCE9 (or 0xE0CCE9) is unknown color: approx Blue Chalk. HEX triplet: E0, CC and E9. RGB value is (224,204,233). Sum of RGB (Red+Green+Blue) = 224+204+233=661 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.89% from 661); Green value is 204 (80.08% from 255 or 30.86% from 661); Blue value is 233 (91.41% from 255 or 35.25% from 661); Max value from RGB is 233 - color contains mainly: blue. Hex color #E0CCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CCE9 is #1F3316. Grayscale: #D5D5D5. Windows color (decimal): -2044695 or 15322336. OLE color: 15322336.

HSL color Cylindrical-coordinate representation of color #E0CCE9: hue angle of 281.38º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0CCE9 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB224204233-
CMYK0.040.1200.09
HSL281.38º39.73%85.69%-
HSV(B)281.38º12.45%91.37%-
XYZ67.0464.9286.09-
YUV213.29139.13135.64-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.89%
GREEN value IS 204 (80.08% from 255) = 30.86%
BLUE value IS 233 (91.41% from 255) = 35.25%
R=33.89%
G=30.86%
B=35.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2242042330.040.1200.09281.3839.7385.69
HexE0CCE94C091192856
Octal34031435141401143150126
Binary1110000011001100111010011001100010011000110011010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CCE9; }

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

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

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

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

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

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

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

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