#E7C9F7

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

Shades of Blue Chalk #E7C9F7

Tints of Blue Chalk #E7C9F7

Color information

#E7C9F7 (or 0xE7C9F7) is unknown color: approx Blue Chalk. HEX triplet: E7, C9 and F7. RGB value is (231,201,247). Sum of RGB (Red+Green+Blue) = 231+201+247=679 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.02% from 679); Green value is 201 (78.91% from 255 or 29.60% from 679); Blue value is 247 (96.88% from 255 or 36.38% from 679); Max value from RGB is 247 - color contains mainly: blue. Hex color #E7C9F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7C9F7 is #183608. Grayscale: #D7D7D7. Windows color (decimal): -1586697 or 16239079. OLE color: 16239079.

HSL color Cylindrical-coordinate representation of color #E7C9F7: hue angle of 279.13º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7C9F7 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB231201247-
CMYK0.060.1900.03
HSL279.13º74.19%87.84%-
HSV(B)279.13º18.62%96.86%-
XYZ70.6365.4896.91-
YUV215.21145.94139.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.02%
GREEN value IS 201 (78.91% from 255) = 29.60%
BLUE value IS 247 (96.88% from 255) = 36.38%
R=34.02%
G=29.60%
B=36.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2312012470.060.1900.03279.1374.1987.84
HexE7C9F7613031174a58
Octal34731136762303427112130
Binary1110011111001001111101111101001101110001011110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C9F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C9F7; }

 p { color: rgb(231,201,247); }

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

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

 a { background-color: rgb(231,201,247); }

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

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

 span { border-color: rgb(231,201,247); }

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