#E4CAFA

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

Shades of Blue Chalk #E4CAFA

Tints of Blue Chalk #E4CAFA

Color information

#E4CAFA (or 0xE4CAFA) is unknown color: approx Blue Chalk. HEX triplet: E4, CA and FA. RGB value is (228,202,250). Sum of RGB (Red+Green+Blue) = 228+202+250=680 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.53% from 680); Green value is 202 (79.30% from 255 or 29.71% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4CAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CAFA is #1B3505. Grayscale: #D7D7D7. Windows color (decimal): -1783046 or 16435940. OLE color: 16435940.

HSL color Cylindrical-coordinate representation of color #E4CAFA: hue angle of 272.5º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E4CAFA is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB228202250-
CMYK0.090.1900.02
HSL272.5º82.76%88.63%-
HSV(B)272.5º19.2%98.04%-
XYZ70.3765.6499.4-
YUV215.25147.61137.1-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.53%
GREEN value IS 202 (79.30% from 255) = 29.71%
BLUE value IS 250 (98.05% from 255) = 36.76%
R=33.53%
G=29.71%
B=36.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2282022500.090.1900.02272.582.7688.63
HexE4CAFA913021105359
Octal344312372112302420123131
Binary11100100110010101111101010011001101010001000010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CAFA; }

 p { color: rgb(228,202,250); }

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

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

 a { background-color: rgb(228,202,250); }

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

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

 span { border-color: rgb(228,202,250); }

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