#E1CDF1

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

Shades of Blue Chalk #E1CDF1

Tints of Blue Chalk #E1CDF1

Color information

#E1CDF1 (or 0xE1CDF1) is unknown color: approx Blue Chalk. HEX triplet: E1, CD and F1. RGB value is (225,205,241). Sum of RGB (Red+Green+Blue) = 225+205+241=671 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.53% from 671); Green value is 205 (80.47% from 255 or 30.55% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 241 - color contains mainly: blue. Hex color #E1CDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CDF1 is #1E320E. Grayscale: #D6D6D6. Windows color (decimal): -1978895 or 15846881. OLE color: 15846881.

HSL color Cylindrical-coordinate representation of color #E1CDF1: hue angle of 273.33º 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 #E1CDF1 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB225205241-
CMYK0.070.1500.05
HSL273.33º56.25%87.45%-
HSV(B)273.33º14.94%94.51%-
XYZ68.7666.0292.34-
YUV215.08142.63135.07-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.53%
GREEN value IS 205 (80.47% from 255) = 30.55%
BLUE value IS 241 (94.53% from 255) = 35.92%
R=33.53%
G=30.55%
B=35.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2252052410.070.1500.05273.3356.2587.45
HexE1CDF17F051113857
Octal3413153617170542170127
Binary111000011100110111110001111111101011000100011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CDF1; }

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

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

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

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

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

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

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

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