#E7C7F2

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

Shades of Blue Chalk #E7C7F2

Tints of Blue Chalk #E7C7F2

Color information

#E7C7F2 (or 0xE7C7F2) is unknown color: approx Blue Chalk. HEX triplet: E7, C7 and F2. RGB value is (231,199,242). Sum of RGB (Red+Green+Blue) = 231+199+242=672 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.38% from 672); Green value is 199 (78.12% from 255 or 29.61% from 672); Blue value is 242 (94.92% from 255 or 36.01% from 672); Max value from RGB is 242 - color contains mainly: blue. Hex color #E7C7F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7C7F2 is #18380D. Grayscale: #D5D5D5. Windows color (decimal): -1587214 or 15910887. OLE color: 15910887.

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

Color convert

RGB231199242-
CMYK0.050.1800.05
HSL284.65º62.32%86.47%-
HSV(B)284.65º17.77%94.9%-
XYZ69.4164.2592.75-
YUV213.47144.1140.5-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.38%
GREEN value IS 199 (78.12% from 255) = 29.61%
BLUE value IS 242 (94.92% from 255) = 36.01%
R=34.38%
G=29.61%
B=36.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2311992420.050.1800.05284.6562.3286.47
HexE7C7F25120511d3e56
Octal3473073625220543576126
Binary1110011111000111111100101011001001011000111011111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C7F2; }

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

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

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

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

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

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

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

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