#E3CFEF

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

Shades of Blue Chalk #E3CFEF

Tints of Blue Chalk #E3CFEF

Color information

#E3CFEF (or 0xE3CFEF) is unknown color: approx Blue Chalk. HEX triplet: E3, CF and EF. RGB value is (227,207,239). Sum of RGB (Red+Green+Blue) = 227+207+239=673 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.73% from 673); Green value is 207 (81.25% from 255 or 30.76% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 239 - color contains mainly: blue. Hex color #E3CFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CFEF is #1C3010. Grayscale: #D8D8D8. Windows color (decimal): -1847313 or 15716323. OLE color: 15716323.

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

Color convert

RGB227207239-
CMYK0.050.1300.06
HSL277.5º50%87.45%-
HSV(B)277.5º13.39%93.73%-
XYZ69.5767.1990.96-
YUV216.63140.63135.4-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.73%
GREEN value IS 207 (81.25% from 255) = 30.76%
BLUE value IS 239 (93.75% from 255) = 35.51%
R=33.73%
G=30.76%
B=35.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2272072390.050.1300.06277.55087.45
HexE3CFEF5D061163257
Octal3433173575150642662127
Binary111000111100111111101111101110101101000101101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CFEF; }

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

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

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

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

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

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

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

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