#E4CEFB

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

Shades of Blue Chalk #E4CEFB

Tints of Blue Chalk #E4CEFB

Color information

#E4CEFB (or 0xE4CEFB) is unknown color: approx Blue Chalk. HEX triplet: E4, CE and FB. RGB value is (228,206,251). Sum of RGB (Red+Green+Blue) = 228+206+251=685 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.28% from 685); Green value is 206 (80.86% from 255 or 30.07% from 685); Blue value is 251 (98.44% from 255 or 36.64% from 685); Max value from RGB is 251 - color contains mainly: blue. Hex color #E4CEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4CEFB is #1B3104. Grayscale: #D9D9D9. Windows color (decimal): -1782021 or 16502500. OLE color: 16502500.

HSL color Cylindrical-coordinate representation of color #E4CEFB: hue angle of 269.33º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4CEFB is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB228206251-
CMYK0.090.1800.02
HSL269.33º84.91%89.61%-
HSV(B)269.33º17.93%98.43%-
XYZ71.4867.6100.55-
YUV217.71146.79135.34-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.28%
GREEN value IS 206 (80.86% from 255) = 30.07%
BLUE value IS 251 (98.44% from 255) = 36.64%
R=33.28%
G=30.07%
B=36.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2282062510.090.1800.02269.3384.9189.61
HexE4CEFB9120210d555a
Octal344316373112202415125132
Binary11100100110011101111101110011001001010000110110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CEFB; }

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

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

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

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

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

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

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

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