#E5CAFD

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

Shades of Blue Chalk #E5CAFD

Tints of Blue Chalk #E5CAFD

Color information

#E5CAFD (or 0xE5CAFD) is unknown color: approx Blue Chalk. HEX triplet: E5, CA and FD. RGB value is (229,202,253). Sum of RGB (Red+Green+Blue) = 229+202+253=684 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.48% from 684); Green value is 202 (79.30% from 255 or 29.53% from 684); Blue value is 253 (99.22% from 255 or 36.99% from 684); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5CAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CAFD is #1A3502. Grayscale: #D7D7D7. Windows color (decimal): -1717507 or 16632549. OLE color: 16632549.

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

Color convert

RGB229202253-
CMYK0.090.2000.01
HSL271.76º92.73%89.22%-
HSV(B)271.76º20.16%99.22%-
XYZ71.1665.99101.92-
YUV215.89148.95137.35-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.48%
GREEN value IS 202 (79.30% from 255) = 29.53%
BLUE value IS 253 (99.22% from 255) = 36.99%
R=33.48%
G=29.53%
B=36.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2292022530.090.2000.01271.7692.7389.22
HexE5CAFD914011105d59
Octal345312375112401420135131
Binary1110010111001010111111011001101000110001000010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CAFD; }

 p { color: rgb(229,202,253); }

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

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

 a { background-color: rgb(229,202,253); }

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

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

 span { border-color: rgb(229,202,253); }

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