#E9CAF6

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

Shades of Blue Chalk #E9CAF6

Tints of Blue Chalk #E9CAF6

Color information

#E9CAF6 (or 0xE9CAF6) is unknown color: approx Blue Chalk. HEX triplet: E9, CA and F6. RGB value is (233,202,246). Sum of RGB (Red+Green+Blue) = 233+202+246=681 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.21% from 681); Green value is 202 (79.30% from 255 or 29.66% from 681); Blue value is 246 (96.48% from 255 or 36.12% from 681); Max value from RGB is 246 - color contains mainly: blue. Hex color #E9CAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CAF6 is #163509. Grayscale: #D8D8D8. Windows color (decimal): -1455370 or 16173801. OLE color: 16173801.

HSL color Cylindrical-coordinate representation of color #E9CAF6: hue angle of 282.27º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9CAF6 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB233202246-
CMYK0.050.1800.04
HSL282.27º70.97%87.84%-
HSV(B)282.27º17.89%96.47%-
XYZ71.3666.2296.21-
YUV216.28144.77139.92-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.21%
GREEN value IS 202 (79.30% from 255) = 29.66%
BLUE value IS 246 (96.48% from 255) = 36.12%
R=34.21%
G=29.66%
B=36.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2332022460.050.1800.04282.2770.9787.84
HexE9CAF65120411a4758
Octal35131236652204432107130
Binary11101001110010101111011010110010010010001101010001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CAF6; }

 p { color: rgb(233,202,246); }

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

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

 a { background-color: rgb(233,202,246); }

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

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

 span { border-color: rgb(233,202,246); }

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