#E5CCFA

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

Shades of Blue Chalk #E5CCFA

Tints of Blue Chalk #E5CCFA

Color information

#E5CCFA (or 0xE5CCFA) is unknown color: approx Blue Chalk. HEX triplet: E5, CC and FA. RGB value is (229,204,250). Sum of RGB (Red+Green+Blue) = 229+204+250=683 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.53% from 683); Green value is 204 (80.08% from 255 or 29.87% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #E5CCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CCFA is #1A3305. Grayscale: #D8D8D8. Windows color (decimal): -1716998 or 16436453. OLE color: 16436453.

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

Color convert

RGB229204250-
CMYK0.080.1800.02
HSL272.61º82.14%89.02%-
HSV(B)272.61º18.4%98.04%-
XYZ71.1666.7599.58-
YUV216.72146.78136.76-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.53%
GREEN value IS 204 (80.08% from 255) = 29.87%
BLUE value IS 250 (98.05% from 255) = 36.60%
R=33.53%
G=29.87%
B=36.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2292042500.080.1800.02272.6182.1489.02
HexE5CCFA812021115259
Octal345314372102202421122131
Binary11100101110011001111101010001001001010001000110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CCFA; }

 p { color: rgb(229,204,250); }

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

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

 a { background-color: rgb(229,204,250); }

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

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

 span { border-color: rgb(229,204,250); }

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