#E5CEF2

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

Shades of Blue Chalk #E5CEF2

Tints of Blue Chalk #E5CEF2

Color information

#E5CEF2 (or 0xE5CEF2) is unknown color: approx Blue Chalk. HEX triplet: E5, CE and F2. RGB value is (229,206,242). Sum of RGB (Red+Green+Blue) = 229+206+242=677 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.83% from 677); Green value is 206 (80.86% from 255 or 30.43% from 677); Blue value is 242 (94.92% from 255 or 35.75% from 677); Max value from RGB is 242 - color contains mainly: blue. Hex color #E5CEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CEF2 is #1A310D. Grayscale: #D8D8D8. Windows color (decimal): -1716494 or 15912677. OLE color: 15912677.

HSL color Cylindrical-coordinate representation of color #E5CEF2: hue angle of 278.33º degrees, saturation: 0.58, 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 #E5CEF2 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB229206242-
CMYK0.050.1500.05
HSL278.33º58.06%87.84%-
HSV(B)278.33º14.88%94.9%-
XYZ70.4167.2193.27-
YUV216.98142.12136.57-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.83%
GREEN value IS 206 (80.86% from 255) = 30.43%
BLUE value IS 242 (94.92% from 255) = 35.75%
R=33.83%
G=30.43%
B=35.75%

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
Decimal2292062420.050.1500.05278.3358.0687.84
HexE5CEF25F051163a58
Octal3453163625170542672130
Binary111001011100111011110010101111101011000101101110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CEF2; }

 p { color: rgb(229,206,242); }

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

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

 a { background-color: rgb(229,206,242); }

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

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

 span { border-color: rgb(229,206,242); }

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