#E0CCE6

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

Shades of Blue Chalk #E0CCE6

Tints of Blue Chalk #E0CCE6

Color information

#E0CCE6 (or 0xE0CCE6) is unknown color: approx Blue Chalk. HEX triplet: E0, CC and E6. RGB value is (224,204,230). Sum of RGB (Red+Green+Blue) = 224+204+230=658 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.04% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 230 (90.23% from 255 or 34.95% from 658); Max value from RGB is 230 - color contains mainly: blue. Hex color #E0CCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CCE6 is #1F3319. Grayscale: #D4D4D4. Windows color (decimal): -2044698 or 15125728. OLE color: 15125728.

HSL color Cylindrical-coordinate representation of color #E0CCE6: hue angle of 286.15º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0CCE6 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB224204230-
CMYK0.030.1100.10
HSL286.15º34.21%85.1%-
HSV(B)286.15º11.3%90.2%-
XYZ66.6264.7583.85-
YUV212.94137.63135.89-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.04%
GREEN value IS 204 (80.08% from 255) = 31.00%
BLUE value IS 230 (90.23% from 255) = 34.95%
R=34.04%
G=31.00%
B=34.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2242042300.030.1100.10286.1534.2185.1
HexE0CCE63B0A11e2255
Octal34031434631301243642125
Binary111000001100110011100110111011010101000111101000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CCE6; }

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

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

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

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

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

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

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

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