#E9CAF3

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

Shades of Blue Chalk #E9CAF3

Tints of Blue Chalk #E9CAF3

Color information

#E9CAF3 (or 0xE9CAF3) is unknown color: approx Blue Chalk. HEX triplet: E9, CA and F3. RGB value is (233,202,243). Sum of RGB (Red+Green+Blue) = 233+202+243=678 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.37% from 678); Green value is 202 (79.30% from 255 or 29.79% from 678); Blue value is 243 (95.31% from 255 or 35.84% from 678); Max value from RGB is 243 - color contains mainly: blue. Hex color #E9CAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CAF3 is #16350C. Grayscale: #D7D7D7. Windows color (decimal): -1455373 or 15977193. OLE color: 15977193.

HSL color Cylindrical-coordinate representation of color #E9CAF3: hue angle of 285.37º degrees, saturation: 0.63, 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 #E9CAF3 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB233202243-
CMYK0.040.1700.05
HSL285.37º63.08%87.25%-
HSV(B)285.37º16.87%95.29%-
XYZ70.966.0493.8-
YUV215.94143.27140.17-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.37%
GREEN value IS 202 (79.30% from 255) = 29.79%
BLUE value IS 243 (95.31% from 255) = 35.84%
R=34.37%
G=29.79%
B=35.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2332022430.040.1700.05285.3763.0887.25
HexE9CAF34110511d3f57
Octal3513123634210543577127
Binary1110100111001010111100111001000101011000111011111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CAF3; }

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

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

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

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

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

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

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

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