#E8C7F2

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

Shades of Blue Chalk #E8C7F2

Tints of Blue Chalk #E8C7F2

Color information

#E8C7F2 (or 0xE8C7F2) is unknown color: approx Blue Chalk. HEX triplet: E8, C7 and F2. RGB value is (232,199,242). Sum of RGB (Red+Green+Blue) = 232+199+242=673 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.47% from 673); Green value is 199 (78.12% from 255 or 29.57% from 673); Blue value is 242 (94.92% from 255 or 35.96% from 673); Max value from RGB is 242 - color contains mainly: blue. Hex color #E8C7F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C7F2 is #17380D. Grayscale: #D5D5D5. Windows color (decimal): -1521678 or 15910888. OLE color: 15910888.

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

Color convert

RGB232199242-
CMYK0.040.1800.05
HSL286.05º62.32%86.47%-
HSV(B)286.05º17.77%94.9%-
XYZ69.7364.4192.76-
YUV213.77143.93141-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.47%
GREEN value IS 199 (78.12% from 255) = 29.57%
BLUE value IS 242 (94.92% from 255) = 35.96%
R=34.47%
G=29.57%
B=35.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2321992420.040.1800.05286.0562.3286.47
HexE8C7F24120511e3e56
Octal3503073624220543676126
Binary1110100011000111111100101001001001011000111101111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C7F2; }

 p { color: rgb(232,199,242); }

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

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

 a { background-color: rgb(232,199,242); }

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

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

 span { border-color: rgb(232,199,242); }

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