#E9CAF0

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

Shades of Blue Chalk #E9CAF0

Tints of Blue Chalk #E9CAF0

Color information

#E9CAF0 (or 0xE9CAF0) is unknown color: approx Blue Chalk. HEX triplet: E9, CA and F0. RGB value is (233,202,240). Sum of RGB (Red+Green+Blue) = 233+202+240=675 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.52% from 675); Green value is 202 (79.30% from 255 or 29.93% from 675); Blue value is 240 (94.14% from 255 or 35.56% from 675); Max value from RGB is 240 - color contains mainly: blue. Hex color #E9CAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CAF0 is #16350F. Grayscale: #D7D7D7. Windows color (decimal): -1455376 or 15780585. OLE color: 15780585.

HSL color Cylindrical-coordinate representation of color #E9CAF0: hue angle of 288.95º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E9CAF0 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB233202240-
CMYK0.030.1600.06
HSL288.95º55.88%86.67%-
HSV(B)288.95º15.83%94.12%-
XYZ70.4565.8691.44-
YUV215.6141.77140.41-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.52%
GREEN value IS 202 (79.30% from 255) = 29.93%
BLUE value IS 240 (94.14% from 255) = 35.56%
R=34.52%
G=29.93%
B=35.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2332022400.030.1600.06288.9555.8886.67
HexE9CAF0310061213857
Octal3513123603200644170127
Binary111010011100101011110000111000001101001000011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CAF0; }

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

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

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

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

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

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

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

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