#E7CDF7

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

Shades of Blue Chalk #E7CDF7

Tints of Blue Chalk #E7CDF7

Color information

#E7CDF7 (or 0xE7CDF7) is unknown color: approx Blue Chalk. HEX triplet: E7, CD and F7. RGB value is (231,205,247). Sum of RGB (Red+Green+Blue) = 231+205+247=683 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.82% from 683); Green value is 205 (80.47% from 255 or 30.01% from 683); Blue value is 247 (96.88% from 255 or 36.16% from 683); Max value from RGB is 247 - color contains mainly: blue. Hex color #E7CDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CDF7 is #183208. Grayscale: #D9D9D9. Windows color (decimal): -1585673 or 16240103. OLE color: 16240103.

HSL color Cylindrical-coordinate representation of color #E7CDF7: hue angle of 277.14º 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 #E7CDF7 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB231205247-
CMYK0.060.1700.03
HSL277.14º72.41%88.63%-
HSV(B)277.14º17%96.86%-
XYZ71.5767.3797.23-
YUV217.56144.61137.58-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.82%
GREEN value IS 205 (80.47% from 255) = 30.01%
BLUE value IS 247 (96.88% from 255) = 36.16%
R=33.82%
G=30.01%
B=36.16%

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
Decimal2312052470.060.1700.03277.1472.4188.63
HexE7CDF7611031154859
Octal34731536762103425110131
Binary1110011111001101111101111101000101110001010110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CDF7; }

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

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

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

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

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

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

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

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