#E3CFEB

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

Shades of Blue Chalk #E3CFEB

Tints of Blue Chalk #E3CFEB

Color information

#E3CFEB (or 0xE3CFEB) is unknown color: approx Blue Chalk. HEX triplet: E3, CF and EB. RGB value is (227,207,235). Sum of RGB (Red+Green+Blue) = 227+207+235=669 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.93% from 669); Green value is 207 (81.25% from 255 or 30.94% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 235 - color contains mainly: blue. Hex color #E3CFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3CFEB is #1C3014. Grayscale: #D8D8D8. Windows color (decimal): -1847317 or 15454179. OLE color: 15454179.

HSL color Cylindrical-coordinate representation of color #E3CFEB: hue angle of 282.86º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E3CFEB is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB227207235-
CMYK0.030.1200.08
HSL282.86º41.18%86.67%-
HSV(B)282.86º11.91%92.16%-
XYZ68.9966.9587.88-
YUV216.17138.63135.72-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.93%
GREEN value IS 207 (81.25% from 255) = 30.94%
BLUE value IS 235 (92.19% from 255) = 35.13%
R=33.93%
G=30.94%
B=35.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2272072350.030.1200.08282.8641.1886.67
HexE3CFEB3C0811b2957
Octal34331735331401043351127
Binary111000111100111111101011111100010001000110111010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CFEB; }

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

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

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

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

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

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

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

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