#E0CFED

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

Shades of Blue Chalk #E0CFED

Tints of Blue Chalk #E0CFED

Color information

#E0CFED (or 0xE0CFED) is unknown color: approx Blue Chalk. HEX triplet: E0, CF and ED. RGB value is (224,207,237). Sum of RGB (Red+Green+Blue) = 224+207+237=668 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.53% from 668); Green value is 207 (81.25% from 255 or 30.99% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 237 - color contains mainly: blue. Hex color #E0CFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CFED is #1F3012. Grayscale: #D7D7D7. Windows color (decimal): -2043923 or 15585248. OLE color: 15585248.

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

Color convert

RGB224207237-
CMYK0.050.1300.07
HSL274º45.45%87.06%-
HSV(B)274º12.66%92.94%-
XYZ68.3466.5989.37-
YUV215.5140.13134.06-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.53%
GREEN value IS 207 (81.25% from 255) = 30.99%
BLUE value IS 237 (92.97% from 255) = 35.48%
R=33.53%
G=30.99%
B=35.48%

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
Decimal2242072370.050.1300.0727445.4587.06
HexE0CFED5D071122d57
Octal3403173555150742255127
Binary111000001100111111101101101110101111000100101011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CFED; }

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

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

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

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

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

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

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

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