#E5CDFC

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

Shades of Blue Chalk #E5CDFC

Tints of Blue Chalk #E5CDFC

Color information

#E5CDFC (or 0xE5CDFC) is unknown color: approx Blue Chalk. HEX triplet: E5, CD and FC. RGB value is (229,205,252). Sum of RGB (Red+Green+Blue) = 229+205+252=686 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.38% from 686); Green value is 205 (80.47% from 255 or 29.88% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5CDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CDFC is #1A3203. Grayscale: #D9D9D9. Windows color (decimal): -1716740 or 16567781. OLE color: 16567781.

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

Color convert

RGB229205252-
CMYK0.090.1900.01
HSL270.64º88.68%89.61%-
HSV(B)270.64º18.65%98.82%-
XYZ71.7267.35101.32-
YUV217.53147.45136.18-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.38%
GREEN value IS 205 (80.47% from 255) = 29.88%
BLUE value IS 252 (98.83% from 255) = 36.73%
R=33.38%
G=29.88%
B=36.73%

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
Decimal2292052520.090.1900.01270.6488.6889.61
HexE5CDFC9130110f595a
Octal345315374112301417131132
Binary1110010111001101111111001001100110110000111110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CDFC; }

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

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

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

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

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

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

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

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