#E7CCED

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

Shades of Blue Chalk #E7CCED

Tints of Blue Chalk #E7CCED

Color information

#E7CCED (or 0xE7CCED) is unknown color: approx Blue Chalk. HEX triplet: E7, CC and ED. RGB value is (231,204,237). Sum of RGB (Red+Green+Blue) = 231+204+237=672 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.38% from 672); Green value is 204 (80.08% from 255 or 30.36% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 237 - color contains mainly: blue. Hex color #E7CCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CCED is #183312. Grayscale: #D7D7D7. Windows color (decimal): -1585939 or 15584487. OLE color: 15584487.

HSL color Cylindrical-coordinate representation of color #E7CCED: hue angle of 289.09º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E7CCED is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB231204237-
CMYK0.030.1400.07
HSL289.09º47.83%86.47%-
HSV(B)289.09º13.92%92.94%-
XYZ69.8366.2989.24-
YUV215.84139.95138.82-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.38%
GREEN value IS 204 (80.08% from 255) = 30.36%
BLUE value IS 237 (92.97% from 255) = 35.27%
R=34.38%
G=30.36%
B=35.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2312042370.030.1400.07289.0947.8386.47
HexE7CCED3E071213056
Octal3473143553160744160126
Binary11100111110011001110110111111001111001000011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CCED; }

 p { color: rgb(231,204,237); }

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

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

 a { background-color: rgb(231,204,237); }

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

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

 span { border-color: rgb(231,204,237); }

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