#E9C6F1

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

Shades of Blue Chalk #E9C6F1

Tints of Blue Chalk #E9C6F1

Color information

#E9C6F1 (or 0xE9C6F1) is unknown color: approx Blue Chalk. HEX triplet: E9, C6 and F1. RGB value is (233,198,241). Sum of RGB (Red+Green+Blue) = 233+198+241=672 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.67% from 672); Green value is 198 (77.73% from 255 or 29.46% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 241 - color contains mainly: blue. Hex color #E9C6F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9C6F1 is #16390E. Grayscale: #D5D5D5. Windows color (decimal): -1456399 or 15845097. OLE color: 15845097.

HSL color Cylindrical-coordinate representation of color #E9C6F1: hue angle of 288.84º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9C6F1 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB233198241-
CMYK0.030.1800.05
HSL288.84º60.56%86.08%-
HSV(B)288.84º17.84%94.51%-
XYZ69.6864.0691.91-
YUV213.37143.6142-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.67%
GREEN value IS 198 (77.73% from 255) = 29.46%
BLUE value IS 241 (94.53% from 255) = 35.86%
R=34.67%
G=29.46%
B=35.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2331982410.030.1800.05288.8460.5686.08
HexE9C6F1312051213d56
Octal3513063613220544175126
Binary111010011100011011110001111001001011001000011111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C6F1; }

 p { color: rgb(233,198,241); }

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

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

 a { background-color: rgb(233,198,241); }

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

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

 span { border-color: rgb(233,198,241); }

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