#E3CFED

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

Shades of Blue Chalk #E3CFED

Tints of Blue Chalk #E3CFED

Color information

#E3CFED (or 0xE3CFED) is unknown color: approx Blue Chalk. HEX triplet: E3, CF and ED. RGB value is (227,207,237). Sum of RGB (Red+Green+Blue) = 227+207+237=671 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.83% from 671); Green value is 207 (81.25% from 255 or 30.85% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 237 - color contains mainly: blue. Hex color #E3CFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CFED is #1C3012. Grayscale: #D8D8D8. Windows color (decimal): -1847315 or 15585251. OLE color: 15585251.

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

Color convert

RGB227207237-
CMYK0.040.1300.07
HSL280º45.45%87.06%-
HSV(B)280º12.66%92.94%-
XYZ69.2867.0789.42-
YUV216.4139.63135.56-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.83%
GREEN value IS 207 (81.25% from 255) = 30.85%
BLUE value IS 237 (92.97% from 255) = 35.32%
R=33.83%
G=30.85%
B=35.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2272072370.040.1300.0728045.4587.06
HexE3CFED4D071182d57
Octal3433173554150743055127
Binary111000111100111111101101100110101111000110001011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CFED; }

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

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

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

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

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

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

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

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