#E4CEF1

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

Shades of Blue Chalk #E4CEF1

Tints of Blue Chalk #E4CEF1

Color information

#E4CEF1 (or 0xE4CEF1) is unknown color: approx Blue Chalk. HEX triplet: E4, CE and F1. RGB value is (228,206,241). Sum of RGB (Red+Green+Blue) = 228+206+241=675 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.78% from 675); Green value is 206 (80.86% from 255 or 30.52% from 675); Blue value is 241 (94.53% from 255 or 35.70% from 675); Max value from RGB is 241 - color contains mainly: blue. Hex color #E4CEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CEF1 is #1B310E. Grayscale: #D8D8D8. Windows color (decimal): -1782031 or 15847140. OLE color: 15847140.

HSL color Cylindrical-coordinate representation of color #E4CEF1: hue angle of 277.71º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E4CEF1 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB228206241-
CMYK0.050.1500.05
HSL277.71º55.56%87.65%-
HSV(B)277.71º14.52%94.51%-
XYZ69.9466.9992.46-
YUV216.57141.79136.15-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.78%
GREEN value IS 206 (80.86% from 255) = 30.52%
BLUE value IS 241 (94.53% from 255) = 35.70%
R=33.78%
G=30.52%
B=35.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2282062410.050.1500.05277.7155.5687.65
HexE4CEF15F051163858
Octal3443163615170542670130
Binary111001001100111011110001101111101011000101101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CEF1; }

 p { color: rgb(228,206,241); }

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

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

 a { background-color: rgb(228,206,241); }

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

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

 span { border-color: rgb(228,206,241); }

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