#E5CCEE

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

Shades of Blue Chalk #E5CCEE

Tints of Blue Chalk #E5CCEE

Color information

#E5CCEE (or 0xE5CCEE) is unknown color: approx Blue Chalk. HEX triplet: E5, CC and EE. RGB value is (229,204,238). Sum of RGB (Red+Green+Blue) = 229+204+238=671 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.13% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 238 - color contains mainly: blue. Hex color #E5CCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CCEE is #1A3311. Grayscale: #D7D7D7. Windows color (decimal): -1717010 or 15650021. OLE color: 15650021.

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

Color convert

RGB229204238-
CMYK0.040.1400.07
HSL284.12º50%86.67%-
HSV(B)284.12º14.29%93.33%-
XYZ69.3466.0289.98-
YUV215.35140.78137.74-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.13%
GREEN value IS 204 (80.08% from 255) = 30.40%
BLUE value IS 238 (93.36% from 255) = 35.47%
R=34.13%
G=30.40%
B=35.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2292042380.040.1400.07284.125086.67
HexE5CCEE4E0711c3257
Octal3453143564160743462127
Binary111001011100110011101110100111001111000111001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CCEE; }

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

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

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

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

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

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

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

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