#E0CCED

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

Shades of Blue Chalk #E0CCED

Tints of Blue Chalk #E0CCED

Color information

#E0CCED (or 0xE0CCED) is unknown color: approx Blue Chalk. HEX triplet: E0, CC and ED. RGB value is (224,204,237). Sum of RGB (Red+Green+Blue) = 224+204+237=665 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.68% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 237 - color contains mainly: blue. Hex color #E0CCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CCED is #1F3312. Grayscale: #D5D5D5. Windows color (decimal): -2044691 or 15584480. OLE color: 15584480.

HSL color Cylindrical-coordinate representation of color #E0CCED: hue angle of 276.36º 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 #E0CCED is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB224204237-
CMYK0.050.1400.07
HSL276.36º47.83%86.47%-
HSV(B)276.36º13.92%92.94%-
XYZ67.6265.1589.13-
YUV213.74141.13135.32-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.68%
GREEN value IS 204 (80.08% from 255) = 30.68%
BLUE value IS 237 (92.97% from 255) = 35.64%
R=33.68%
G=30.68%
B=35.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242042370.050.1400.07276.3647.8386.47
HexE0CCED5E071143056
Octal3403143555160742460126
Binary111000001100110011101101101111001111000101001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CCED; }

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

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

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

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

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

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

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

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