#E5C7F3

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

Shades of Blue Chalk #E5C7F3

Tints of Blue Chalk #E5C7F3

Color information

#E5C7F3 (or 0xE5C7F3) is unknown color: approx Blue Chalk. HEX triplet: E5, C7 and F3. RGB value is (229,199,243). Sum of RGB (Red+Green+Blue) = 229+199+243=671 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.13% from 671); Green value is 199 (78.12% from 255 or 29.66% from 671); Blue value is 243 (95.31% from 255 or 36.21% from 671); Max value from RGB is 243 - color contains mainly: blue. Hex color #E5C7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C7F3 is #1A380C. Grayscale: #D4D4D4. Windows color (decimal): -1718285 or 15976421. OLE color: 15976421.

HSL color Cylindrical-coordinate representation of color #E5C7F3: hue angle of 280.91º degrees, saturation: 0.65, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5C7F3 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB229199243-
CMYK0.060.1800.05
HSL280.91º64.71%86.67%-
HSV(B)280.91º18.11%95.29%-
XYZ68.9163.9893.51-
YUV212.99144.94139.42-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.13%
GREEN value IS 199 (78.12% from 255) = 29.66%
BLUE value IS 243 (95.31% from 255) = 36.21%
R=34.13%
G=29.66%
B=36.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2291992430.060.1800.05280.9164.7186.67
HexE5C7F3612051194157
Octal34530736362205431101127
Binary11100101110001111111001111010010010110001100110000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C7F3; }

 p { color: rgb(229,199,243); }

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

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

 a { background-color: rgb(229,199,243); }

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

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

 span { border-color: rgb(229,199,243); }

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