#E5C7F6

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

Shades of Blue Chalk #E5C7F6

Tints of Blue Chalk #E5C7F6

Color information

#E5C7F6 (or 0xE5C7F6) is unknown color: approx Blue Chalk. HEX triplet: E5, C7 and F6. RGB value is (229,199,246). Sum of RGB (Red+Green+Blue) = 229+199+246=674 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.98% from 674); Green value is 199 (78.12% from 255 or 29.53% from 674); Blue value is 246 (96.48% from 255 or 36.50% from 674); Max value from RGB is 246 - color contains mainly: blue. Hex color #E5C7F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C7F6 is #1A3809. Grayscale: #D5D5D5. Windows color (decimal): -1718282 or 16173029. OLE color: 16173029.

HSL color Cylindrical-coordinate representation of color #E5C7F6: hue angle of 278.3º degrees, saturation: 0.72, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5C7F6 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB229199246-
CMYK0.070.1900.04
HSL278.3º72.31%87.25%-
HSV(B)278.3º19.11%96.47%-
XYZ69.3764.1695.92-
YUV213.33146.44139.18-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.98%
GREEN value IS 199 (78.12% from 255) = 29.53%
BLUE value IS 246 (96.48% from 255) = 36.50%
R=33.98%
G=29.53%
B=36.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2291992460.070.1900.04278.372.3187.25
HexE5C7F6713041164857
Octal34530736672304426110127
Binary11100101110001111111011011110011010010001011010010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C7F6; }

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

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

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

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

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

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

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

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