#E5CCFD

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

Shades of Blue Chalk #E5CCFD

Tints of Blue Chalk #E5CCFD

Color information

#E5CCFD (or 0xE5CCFD) is unknown color: approx Blue Chalk. HEX triplet: E5, CC and FD. RGB value is (229,204,253). Sum of RGB (Red+Green+Blue) = 229+204+253=686 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.38% from 686); Green value is 204 (80.08% from 255 or 29.74% from 686); Blue value is 253 (99.22% from 255 or 36.88% from 686); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5CCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CCFD is #1A3302. Grayscale: #D8D8D8. Windows color (decimal): -1716995 or 16633061. OLE color: 16633061.

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

Color convert

RGB229204253-
CMYK0.090.1900.01
HSL270.61º92.45%89.61%-
HSV(B)270.61º19.37%99.22%-
XYZ71.6466.94102.07-
YUV217.06148.28136.52-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.38%
GREEN value IS 204 (80.08% from 255) = 29.74%
BLUE value IS 253 (99.22% from 255) = 36.88%
R=33.38%
G=29.74%
B=36.88%

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
Decimal2292042530.090.1900.01270.6192.4589.61
HexE5CCFD9130110f5c5a
Octal345314375112301417134132
Binary1110010111001100111111011001100110110000111110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CCFD; }

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

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

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

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

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

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

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

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