#E1CDF2

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

Shades of Blue Chalk #E1CDF2

Tints of Blue Chalk #E1CDF2

Color information

#E1CDF2 (or 0xE1CDF2) is unknown color: approx Blue Chalk. HEX triplet: E1, CD and F2. RGB value is (225,205,242). Sum of RGB (Red+Green+Blue) = 225+205+242=672 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.48% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 242 (94.92% from 255 or 36.01% from 672); Max value from RGB is 242 - color contains mainly: blue. Hex color #E1CDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CDF2 is #1E320D. Grayscale: #D7D7D7. Windows color (decimal): -1978894 or 15912417. OLE color: 15912417.

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

Color convert

RGB225205242-
CMYK0.070.1500.05
HSL272.43º58.73%87.65%-
HSV(B)272.43º15.29%94.9%-
XYZ68.9166.0893.13-
YUV215.2143.13134.99-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.48%
GREEN value IS 205 (80.47% from 255) = 30.51%
BLUE value IS 242 (94.92% from 255) = 36.01%
R=33.48%
G=30.51%
B=36.01%

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
Decimal2252052420.070.1500.05272.4358.7387.65
HexE1CDF27F051103b58
Octal3413153627170542073130
Binary111000011100110111110010111111101011000100001110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CDF2; }

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

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

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

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

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

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

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

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