#E4CFEC

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

Shades of Blue Chalk #E4CFEC

Tints of Blue Chalk #E4CFEC

Color information

#E4CFEC (or 0xE4CFEC) is unknown color: approx Blue Chalk. HEX triplet: E4, CF and EC. RGB value is (228,207,236). Sum of RGB (Red+Green+Blue) = 228+207+236=671 (88% of max value = 765). Red value is 228 (89.45% from 255 or 33.98% from 671); Green value is 207 (81.25% from 255 or 30.85% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 236 - color contains mainly: blue. Hex color #E4CFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CFEC is #1B3013. Grayscale: #D8D8D8. Windows color (decimal): -1781780 or 15519716. OLE color: 15519716.

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

Color convert

RGB228207236-
CMYK0.030.1200.07
HSL283.45º43.28%86.86%-
HSV(B)283.45º12.29%92.55%-
XYZ69.4567.1888.66-
YUV216.58138.96136.14-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.98%
GREEN value IS 207 (81.25% from 255) = 30.85%
BLUE value IS 236 (92.58% from 255) = 35.17%
R=33.98%
G=30.85%
B=35.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2282072360.030.1200.07283.4543.2886.86
HexE4CFEC3C0711b2b57
Octal3443173543140743353127
Binary11100100110011111110110011110001111000110111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CFEC; }

 p { color: rgb(228,207,236); }

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

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

 a { background-color: rgb(228,207,236); }

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

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

 span { border-color: rgb(228,207,236); }

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