#E5CCFC

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

Shades of Blue Chalk #E5CCFC

Tints of Blue Chalk #E5CCFC

Color information

#E5CCFC (or 0xE5CCFC) is unknown color: approx Blue Chalk. HEX triplet: E5, CC and FC. RGB value is (229,204,252). Sum of RGB (Red+Green+Blue) = 229+204+252=685 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.43% from 685); Green value is 204 (80.08% from 255 or 29.78% from 685); Blue value is 252 (98.83% from 255 or 36.79% from 685); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5CCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CCFC is #1A3303. Grayscale: #D8D8D8. Windows color (decimal): -1716996 or 16567525. OLE color: 16567525.

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

Color convert

RGB229204252-
CMYK0.090.1900.01
HSL271.25º88.89%89.41%-
HSV(B)271.25º19.05%98.82%-
XYZ71.4866.87101.24-
YUV216.95147.78136.6-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.43%
GREEN value IS 204 (80.08% from 255) = 29.78%
BLUE value IS 252 (98.83% from 255) = 36.79%
R=33.43%
G=29.78%
B=36.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2292042520.090.1900.01271.2588.8989.41
HexE5CCFC9130110f5959
Octal345314374112301417131131
Binary1110010111001100111111001001100110110000111110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CCFC; }

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

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

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

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

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

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

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

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