#E5C0EE

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

Shades of Blue Chalk #E5C0EE

Tints of Blue Chalk #E5C0EE

Color information

#E5C0EE (or 0xE5C0EE) is unknown color: approx Blue Chalk. HEX triplet: E5, C0 and EE. RGB value is (229,192,238). Sum of RGB (Red+Green+Blue) = 229+192+238=659 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.75% from 659); Green value is 192 (75.39% from 255 or 29.14% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 238 - color contains mainly: blue. Hex color #E5C0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C0EE is #1A3F11. Grayscale: #D0D0D0. Windows color (decimal): -1720082 or 15646949. OLE color: 15646949.

HSL color Cylindrical-coordinate representation of color #E5C0EE: hue angle of 288.26º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5C0EE is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB229192238-
CMYK0.040.1900.07
HSL288.26º57.5%84.31%-
HSV(B)288.26º19.33%93.33%-
XYZ66.660.5389.06-
YUV208.31144.76142.76-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.75%
GREEN value IS 192 (75.39% from 255) = 29.14%
BLUE value IS 238 (93.36% from 255) = 36.12%
R=34.75%
G=29.14%
B=36.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2291922380.040.1900.07288.2657.584.31
HexE5C0EE413071203a54
Octal3453003564230744072124
Binary1110010111000000111011101001001101111001000001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C0EE; }

 p { color: rgb(229,192,238); }

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

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

 a { background-color: rgb(229,192,238); }

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

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

 span { border-color: rgb(229,192,238); }

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