#E9CAFF

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

Shades of Blue Chalk #E9CAFF

Tints of Blue Chalk #E9CAFF

Color information

#E9CAFF (or 0xE9CAFF) is unknown color: approx Blue Chalk. HEX triplet: E9, CA and FF. RGB value is (233,202,255). Sum of RGB (Red+Green+Blue) = 233+202+255=690 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.77% from 690); Green value is 202 (79.30% from 255 or 29.28% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #E9CAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CAFF is #163500. Grayscale: #D9D9D9. Windows color (decimal): -1455361 or 16763625. OLE color: 16763625.

HSL color Cylindrical-coordinate representation of color #E9CAFF: hue angle of 275.09º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E9CAFF is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB233202255-
CMYK0.090.2100
HSL275.09º100%89.61%-
HSV(B)275.09º20.78%100%-
XYZ72.7766.78103.66-
YUV217.31149.27139.19-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.77%
GREEN value IS 202 (79.30% from 255) = 29.28%
BLUE value IS 255 (100% from 255) = 36.96%
R=33.77%
G=29.28%
B=36.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2332022550.090.2100275.0910089.61
HexE9CAFF91500113645a
Octal351312377112500423144132
Binary1110100111001010111111111001101010010001001111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CAFF; }

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

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

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

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

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

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

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

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