#E4CCED

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

Shades of Blue Chalk #E4CCED

Tints of Blue Chalk #E4CCED

Color information

#E4CCED (or 0xE4CCED) is unknown color: approx Blue Chalk. HEX triplet: E4, CC and ED. RGB value is (228,204,237). Sum of RGB (Red+Green+Blue) = 228+204+237=669 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.08% from 669); Green value is 204 (80.08% from 255 or 30.49% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 237 - color contains mainly: blue. Hex color #E4CCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CCED is #1B3312. Grayscale: #D6D6D6. Windows color (decimal): -1782547 or 15584484. OLE color: 15584484.

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

Color convert

RGB228204237-
CMYK0.040.1400.07
HSL283.64º47.83%86.47%-
HSV(B)283.64º13.92%92.94%-
XYZ68.8765.7989.19-
YUV214.94140.45137.32-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.08%
GREEN value IS 204 (80.08% from 255) = 30.49%
BLUE value IS 237 (92.97% from 255) = 35.43%
R=34.08%
G=30.49%
B=35.43%

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
Decimal2282042370.040.1400.07283.6447.8386.47
HexE4CCED4E0711c3056
Octal3443143554160743460126
Binary111001001100110011101101100111001111000111001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CCED; }

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

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

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

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

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

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

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

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