#E0C5EA

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

Shades of Blue Chalk #E0C5EA

Tints of Blue Chalk #E0C5EA

Color information

#E0C5EA (or 0xE0C5EA) is unknown color: approx Blue Chalk. HEX triplet: E0, C5 and EA. RGB value is (224,197,234). Sum of RGB (Red+Green+Blue) = 224+197+234=655 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.20% from 655); Green value is 197 (77.34% from 255 or 30.08% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 234 - color contains mainly: blue. Hex color #E0C5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C5EA is #1F3A15. Grayscale: #D1D1D1. Windows color (decimal): -2046486 or 15386080. OLE color: 15386080.

HSL color Cylindrical-coordinate representation of color #E0C5EA: hue angle of 283.78º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0C5EA is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB224197234-
CMYK0.040.1600.08
HSL283.78º46.84%84.51%-
HSV(B)283.78º15.81%91.76%-
XYZ65.5661.7286.3-
YUV209.29141.95138.49-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.20%
GREEN value IS 197 (77.34% from 255) = 30.08%
BLUE value IS 234 (91.80% from 255) = 35.73%
R=34.20%
G=30.08%
B=35.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241972340.040.1600.08283.7846.8484.51
HexE0C5EA4100811c2f55
Octal34030535242001043457125
Binary11100000110001011110101010010000010001000111001011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C5EA; }

 p { color: rgb(224,197,234); }

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

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

 a { background-color: rgb(224,197,234); }

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

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

 span { border-color: rgb(224,197,234); }

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