#E5C9F1

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

Shades of Blue Chalk #E5C9F1

Tints of Blue Chalk #E5C9F1

Color information

#E5C9F1 (or 0xE5C9F1) is unknown color: approx Blue Chalk. HEX triplet: E5, C9 and F1. RGB value is (229,201,241). Sum of RGB (Red+Green+Blue) = 229+201+241=671 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.13% from 671); Green value is 201 (78.91% from 255 or 29.96% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 241 - color contains mainly: blue. Hex color #E5C9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C9F1 is #1A360E. Grayscale: #D5D5D5. Windows color (decimal): -1717775 or 15845861. OLE color: 15845861.

HSL color Cylindrical-coordinate representation of color #E5C9F1: hue angle of 282º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5C9F1 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB229201241-
CMYK0.050.1700.05
HSL282º58.82%86.67%-
HSV(B)282º16.6%94.51%-
XYZ69.0864.7892.08-
YUV213.93143.28138.75-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.13%
GREEN value IS 201 (78.91% from 255) = 29.96%
BLUE value IS 241 (94.53% from 255) = 35.92%
R=34.13%
G=29.96%
B=35.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2292012410.050.1700.0528258.8286.67
HexE5C9F15110511a3b57
Octal3453113615210543273127
Binary1110010111001001111100011011000101011000110101110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C9F1; }

 p { color: rgb(229,201,241); }

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

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

 a { background-color: rgb(229,201,241); }

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

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

 span { border-color: rgb(229,201,241); }

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