#E5CAFC

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

Shades of Blue Chalk #E5CAFC

Tints of Blue Chalk #E5CAFC

Color information

#E5CAFC (or 0xE5CAFC) is unknown color: approx Blue Chalk. HEX triplet: E5, CA and FC. RGB value is (229,202,252). Sum of RGB (Red+Green+Blue) = 229+202+252=683 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.53% from 683); Green value is 202 (79.30% from 255 or 29.58% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5CAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CAFC is #1A3503. Grayscale: #D7D7D7. Windows color (decimal): -1717508 or 16567013. OLE color: 16567013.

HSL color Cylindrical-coordinate representation of color #E5CAFC: hue angle of 272.4º degrees, saturation: 0.89, 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 #E5CAFC is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB229202252-
CMYK0.090.2000.01
HSL272.4º89.29%89.02%-
HSV(B)272.4º19.84%98.82%-
XYZ7165.93101.08-
YUV215.77148.45137.43-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.53%
GREEN value IS 202 (79.30% from 255) = 29.58%
BLUE value IS 252 (98.83% from 255) = 36.90%
R=33.53%
G=29.58%
B=36.90%

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
Decimal2292022520.090.2000.01272.489.2989.02
HexE5CAFC914011105959
Octal345312374112401420131131
Binary1110010111001010111111001001101000110001000010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CAFC; }

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

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

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

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

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

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

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

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