#E8CDF7

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

Shades of Blue Chalk #E8CDF7

Tints of Blue Chalk #E8CDF7

Color information

#E8CDF7 (or 0xE8CDF7) is unknown color: approx Blue Chalk. HEX triplet: E8, CD and F7. RGB value is (232,205,247). Sum of RGB (Red+Green+Blue) = 232+205+247=684 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.92% from 684); Green value is 205 (80.47% from 255 or 29.97% from 684); Blue value is 247 (96.88% from 255 or 36.11% from 684); Max value from RGB is 247 - color contains mainly: blue. Hex color #E8CDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CDF7 is #173208. Grayscale: #D9D9D9. Windows color (decimal): -1520137 or 16240104. OLE color: 16240104.

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

Color convert

RGB232205247-
CMYK0.060.1700.03
HSL278.57º72.41%88.63%-
HSV(B)278.57º17%96.86%-
XYZ71.967.5397.24-
YUV217.86144.45138.08-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.92%
GREEN value IS 205 (80.47% from 255) = 29.97%
BLUE value IS 247 (96.88% from 255) = 36.11%
R=33.92%
G=29.97%
B=36.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2322052470.060.1700.03278.5772.4188.63
HexE8CDF7611031174859
Octal35031536762103427110131
Binary1110100011001101111101111101000101110001011110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CDF7; }

 p { color: rgb(232,205,247); }

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

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

 a { background-color: rgb(232,205,247); }

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

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

 span { border-color: rgb(232,205,247); }

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