#E7C6F1

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

Shades of Blue Chalk #E7C6F1

Tints of Blue Chalk #E7C6F1

Color information

#E7C6F1 (or 0xE7C6F1) is unknown color: approx Blue Chalk. HEX triplet: E7, C6 and F1. RGB value is (231,198,241). Sum of RGB (Red+Green+Blue) = 231+198+241=670 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.48% from 670); Green value is 198 (77.73% from 255 or 29.55% from 670); Blue value is 241 (94.53% from 255 or 35.97% from 670); Max value from RGB is 241 - color contains mainly: blue. Hex color #E7C6F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7C6F1 is #18390E. Grayscale: #D4D4D4. Windows color (decimal): -1587471 or 15845095. OLE color: 15845095.

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

Color convert

RGB231198241-
CMYK0.040.1800.05
HSL286.05º60.56%86.08%-
HSV(B)286.05º17.84%94.51%-
XYZ69.0363.7391.88-
YUV212.77143.93141-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.48%
GREEN value IS 198 (77.73% from 255) = 29.55%
BLUE value IS 241 (94.53% from 255) = 35.97%
R=34.48%
G=29.55%
B=35.97%

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
Decimal2311982410.040.1800.05286.0560.5686.08
HexE7C6F14120511e3d56
Octal3473063614220543675126
Binary1110011111000110111100011001001001011000111101111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C6F1; }

 p { color: rgb(231,198,241); }

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

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

 a { background-color: rgb(231,198,241); }

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

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

 span { border-color: rgb(231,198,241); }

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