#E1CDF0

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

Shades of Blue Chalk #E1CDF0

Tints of Blue Chalk #E1CDF0

Color information

#E1CDF0 (or 0xE1CDF0) is unknown color: approx Blue Chalk. HEX triplet: E1, CD and F0. RGB value is (225,205,240). Sum of RGB (Red+Green+Blue) = 225+205+240=670 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.58% from 670); Green value is 205 (80.47% from 255 or 30.60% from 670); Blue value is 240 (94.14% from 255 or 35.82% from 670); Max value from RGB is 240 - color contains mainly: blue. Hex color #E1CDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CDF0 is #1E320F. Grayscale: #D6D6D6. Windows color (decimal): -1978896 or 15781345. OLE color: 15781345.

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

Color convert

RGB225205240-
CMYK0.060.1500.06
HSL274.29º53.85%87.25%-
HSV(B)274.29º14.58%94.12%-
XYZ68.6165.9691.55-
YUV214.97142.13135.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.58%
GREEN value IS 205 (80.47% from 255) = 30.60%
BLUE value IS 240 (94.14% from 255) = 35.82%
R=33.58%
G=30.60%
B=35.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2252052400.060.1500.06274.2953.8587.25
HexE1CDF06F061123657
Octal3413153606170642266127
Binary111000011100110111110000110111101101000100101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CDF0; }

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

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

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

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

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

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

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

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