#E6CCED

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

Shades of Blue Chalk #E6CCED

Tints of Blue Chalk #E6CCED

Color information

#E6CCED (or 0xE6CCED) is unknown color: approx Blue Chalk. HEX triplet: E6, CC and ED. RGB value is (230,204,237). Sum of RGB (Red+Green+Blue) = 230+204+237=671 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.28% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 237 - color contains mainly: blue. Hex color #E6CCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CCED is #193312. Grayscale: #D7D7D7. Windows color (decimal): -1651475 or 15584486. OLE color: 15584486.

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

Color convert

RGB230204237-
CMYK0.030.1400.07
HSL287.27º47.83%86.47%-
HSV(B)287.27º13.92%92.94%-
XYZ69.5166.1289.22-
YUV215.54140.11138.32-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.28%
GREEN value IS 204 (80.08% from 255) = 30.40%
BLUE value IS 237 (92.97% from 255) = 35.32%
R=34.28%
G=30.40%
B=35.32%

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
Decimal2302042370.030.1400.07287.2747.8386.47
HexE6CCED3E0711f3056
Octal3463143553160743760126
Binary11100110110011001110110111111001111000111111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CCED; }

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

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

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

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

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

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

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

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