#E4CCEA

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

Shades of Blue Chalk #E4CCEA

Tints of Blue Chalk #E4CCEA

Color information

#E4CCEA (or 0xE4CCEA) is unknown color: approx Blue Chalk. HEX triplet: E4, CC and EA. RGB value is (228,204,234). Sum of RGB (Red+Green+Blue) = 228+204+234=666 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.23% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 234 - color contains mainly: blue. Hex color #E4CCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CCEA is #1B3315. Grayscale: #D6D6D6. Windows color (decimal): -1782550 or 15387876. OLE color: 15387876.

HSL color Cylindrical-coordinate representation of color #E4CCEA: hue angle of 288º 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 #E4CCEA is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB228204234-
CMYK0.030.1300.08
HSL288º41.67%85.88%-
HSV(B)288º12.82%91.76%-
XYZ68.4465.6286.9-
YUV214.6138.95137.56-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.23%
GREEN value IS 204 (80.08% from 255) = 30.63%
BLUE value IS 234 (91.80% from 255) = 35.14%
R=34.23%
G=30.63%
B=35.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2282042340.030.1300.0828841.6785.88
HexE4CCEA3D081202a56
Octal34431435231501044052126
Binary111001001100110011101010111101010001001000001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CCEA; }

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

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

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

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

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

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

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

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