#E0CFEC

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

Shades of Blue Chalk #E0CFEC

Tints of Blue Chalk #E0CFEC

Color information

#E0CFEC (or 0xE0CFEC) is unknown color: approx Blue Chalk. HEX triplet: E0, CF and EC. RGB value is (224,207,236). Sum of RGB (Red+Green+Blue) = 224+207+236=667 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.58% from 667); Green value is 207 (81.25% from 255 or 31.03% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 236 - color contains mainly: blue. Hex color #E0CFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CFEC is #1F3013. Grayscale: #D7D7D7. Windows color (decimal): -2043924 or 15519712. OLE color: 15519712.

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

Color convert

RGB224207236-
CMYK0.050.1200.07
HSL275.17º43.28%86.86%-
HSV(B)275.17º12.29%92.55%-
XYZ68.1966.5388.6-
YUV215.39139.63134.14-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.58%
GREEN value IS 207 (81.25% from 255) = 31.03%
BLUE value IS 236 (92.58% from 255) = 35.38%
R=33.58%
G=31.03%
B=35.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242072360.050.1200.07275.1743.2886.86
HexE0CFEC5C071132b57
Octal3403173545140742353127
Binary111000001100111111101100101110001111000100111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CFEC; }

 p { color: rgb(224,207,236); }

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

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

 a { background-color: rgb(224,207,236); }

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

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

 span { border-color: rgb(224,207,236); }

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