#E4CAFB

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

Shades of Blue Chalk #E4CAFB

Tints of Blue Chalk #E4CAFB

Color information

#E4CAFB (or 0xE4CAFB) is unknown color: approx Blue Chalk. HEX triplet: E4, CA and FB. RGB value is (228,202,251). Sum of RGB (Red+Green+Blue) = 228+202+251=681 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.48% from 681); Green value is 202 (79.30% from 255 or 29.66% from 681); Blue value is 251 (98.44% from 255 or 36.86% from 681); Max value from RGB is 251 - color contains mainly: blue. Hex color #E4CAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CAFB is #1B3504. Grayscale: #D7D7D7. Windows color (decimal): -1783045 or 16501476. OLE color: 16501476.

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

Color convert

RGB228202251-
CMYK0.090.2000.02
HSL271.84º85.96%88.82%-
HSV(B)271.84º19.52%98.43%-
XYZ70.5365.7100.23-
YUV215.36148.11137.02-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.48%
GREEN value IS 202 (79.30% from 255) = 29.66%
BLUE value IS 251 (98.44% from 255) = 36.86%
R=33.48%
G=29.66%
B=36.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2282022510.090.2000.02271.8485.9688.82
HexE4CAFB914021105659
Octal344312373112402420126131
Binary11100100110010101111101110011010001010001000010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CAFB; }

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

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

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

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

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

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

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

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