#E1CFED

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

Shades of Blue Chalk #E1CFED

Tints of Blue Chalk #E1CFED

Color information

#E1CFED (or 0xE1CFED) is unknown color: approx Blue Chalk. HEX triplet: E1, CF and ED. RGB value is (225,207,237). Sum of RGB (Red+Green+Blue) = 225+207+237=669 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.63% from 669); Green value is 207 (81.25% from 255 or 30.94% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 237 - color contains mainly: blue. Hex color #E1CFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CFED is #1E3012. Grayscale: #D7D7D7. Windows color (decimal): -1978387 or 15585249. OLE color: 15585249.

HSL color Cylindrical-coordinate representation of color #E1CFED: hue angle of 276º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E1CFED is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB225207237-
CMYK0.050.1300.07
HSL276º45.45%87.06%-
HSV(B)276º12.66%92.94%-
XYZ68.6566.7589.39-
YUV215.8139.96134.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.63%
GREEN value IS 207 (81.25% from 255) = 30.94%
BLUE value IS 237 (92.97% from 255) = 35.43%
R=33.63%
G=30.94%
B=35.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2252072370.050.1300.0727645.4587.06
HexE1CFED5D071142d57
Octal3413173555150742455127
Binary111000011100111111101101101110101111000101001011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CFED; }

 p { color: rgb(225,207,237); }

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

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

 a { background-color: rgb(225,207,237); }

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

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

 span { border-color: rgb(225,207,237); }

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