#E7CFF1

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

Shades of Blue Chalk #E7CFF1

Tints of Blue Chalk #E7CFF1

Color information

#E7CFF1 (or 0xE7CFF1) is unknown color: approx Blue Chalk. HEX triplet: E7, CF and F1. RGB value is (231,207,241). Sum of RGB (Red+Green+Blue) = 231+207+241=679 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.02% from 679); Green value is 207 (81.25% from 255 or 30.49% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 241 - color contains mainly: blue. Hex color #E7CFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CFF1 is #18300E. Grayscale: #D9D9D9. Windows color (decimal): -1585167 or 15847399. OLE color: 15847399.

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

Color convert

RGB231207241-
CMYK0.040.1400.05
HSL282.35º54.84%87.84%-
HSV(B)282.35º14.11%94.51%-
XYZ71.1567.9792.59-
YUV218.05140.95137.24-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.02%
GREEN value IS 207 (81.25% from 255) = 30.49%
BLUE value IS 241 (94.53% from 255) = 35.49%
R=34.02%
G=30.49%
B=35.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2312072410.040.1400.05282.3554.8487.84
HexE7CFF14E0511a3758
Octal3473173614160543267130
Binary111001111100111111110001100111001011000110101101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CFF1; }

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

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

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

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

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

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

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

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