#E5CFEB

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

Shades of Blue Chalk #E5CFEB

Tints of Blue Chalk #E5CFEB

Color information

#E5CFEB (or 0xE5CFEB) is unknown color: approx Blue Chalk. HEX triplet: E5, CF and EB. RGB value is (229,207,235). Sum of RGB (Red+Green+Blue) = 229+207+235=671 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.13% from 671); Green value is 207 (81.25% from 255 or 30.85% from 671); Blue value is 235 (92.19% from 255 or 35.02% from 671); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5CFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CFEB is #1A3014. Grayscale: #D8D8D8. Windows color (decimal): -1716245 or 15454181. OLE color: 15454181.

HSL color Cylindrical-coordinate representation of color #E5CFEB: hue angle of 287.14º 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 #E5CFEB is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB229207235-
CMYK0.030.1200.08
HSL287.14º41.18%86.67%-
HSV(B)287.14º11.91%92.16%-
XYZ69.6267.2887.91-
YUV216.77138.29136.72-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.13%
GREEN value IS 207 (81.25% from 255) = 30.85%
BLUE value IS 235 (92.19% from 255) = 35.02%
R=34.13%
G=30.85%
B=35.02%

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
Decimal2292072350.030.1200.08287.1441.1886.67
HexE5CFEB3C0811f2957
Octal34531735331401043751127
Binary111001011100111111101011111100010001000111111010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CFEB; }

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

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

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

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

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

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

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

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