#E5CCFE

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

Shades of Blue Chalk #E5CCFE

Tints of Blue Chalk #E5CCFE

Color information

#E5CCFE (or 0xE5CCFE) is unknown color: approx Blue Chalk. HEX triplet: E5, CC and FE. RGB value is (229,204,254). Sum of RGB (Red+Green+Blue) = 229+204+254=687 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.33% from 687); Green value is 204 (80.08% from 255 or 29.69% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5CCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CCFE is #1A3301. Grayscale: #D9D9D9. Windows color (decimal): -1716994 or 16698597. OLE color: 16698597.

HSL color Cylindrical-coordinate representation of color #E5CCFE: hue angle of 270º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E5CCFE is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB229204254-
CMYK0.100.2000.00
HSL270º96.15%89.8%-
HSV(B)270º19.69%99.61%-
XYZ71.867102.91-
YUV217.18148.78136.43-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.33%
GREEN value IS 204 (80.08% from 255) = 29.69%
BLUE value IS 254 (99.61% from 255) = 36.97%
R=33.33%
G=29.69%
B=36.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2292042540.100.2000.0027096.1589.8
HexE5CCFEA140010e605a
Octal345314376122400416140132
Binary1110010111001100111111101010101000010000111011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CCFE; }

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

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

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

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

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

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

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

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