#E5CDF1

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

Shades of Blue Chalk #E5CDF1

Tints of Blue Chalk #E5CDF1

Color information

#E5CDF1 (or 0xE5CDF1) is unknown color: approx Blue Chalk. HEX triplet: E5, CD and F1. RGB value is (229,205,241). Sum of RGB (Red+Green+Blue) = 229+205+241=675 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.93% from 675); Green value is 205 (80.47% from 255 or 30.37% from 675); Blue value is 241 (94.53% from 255 or 35.70% from 675); Max value from RGB is 241 - color contains mainly: blue. Hex color #E5CDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CDF1 is #1A320E. Grayscale: #D8D8D8. Windows color (decimal): -1716751 or 15846885. OLE color: 15846885.

HSL color Cylindrical-coordinate representation of color #E5CDF1: hue angle of 280º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E5CDF1 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB229205241-
CMYK0.050.1500.05
HSL280º56.25%87.45%-
HSV(B)280º14.94%94.51%-
XYZ70.0266.6792.4-
YUV216.28141.95137.07-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.93%
GREEN value IS 205 (80.47% from 255) = 30.37%
BLUE value IS 241 (94.53% from 255) = 35.70%
R=33.93%
G=30.37%
B=35.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2292052410.050.1500.0528056.2587.45
HexE5CDF15F051183857
Octal3453153615170543070127
Binary111001011100110111110001101111101011000110001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CDF1; }

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

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

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

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

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

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

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

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