#E6CCEC

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

Shades of Blue Chalk #E6CCEC

Tints of Blue Chalk #E6CCEC

Color information

#E6CCEC (or 0xE6CCEC) is unknown color: approx Blue Chalk. HEX triplet: E6, CC and EC. RGB value is (230,204,236). Sum of RGB (Red+Green+Blue) = 230+204+236=670 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.33% from 670); Green value is 204 (80.08% from 255 or 30.45% from 670); Blue value is 236 (92.58% from 255 or 35.22% from 670); Max value from RGB is 236 - color contains mainly: blue. Hex color #E6CCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CCEC is #193313. Grayscale: #D7D7D7. Windows color (decimal): -1651476 or 15518950. OLE color: 15518950.

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

Color convert

RGB230204236-
CMYK0.030.1400.07
HSL288.75º45.71%86.27%-
HSV(B)288.75º13.56%92.55%-
XYZ69.3766.0688.45-
YUV215.42139.61138.4-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.33%
GREEN value IS 204 (80.08% from 255) = 30.45%
BLUE value IS 236 (92.58% from 255) = 35.22%
R=34.33%
G=30.45%
B=35.22%

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
Decimal2302042360.030.1400.07288.7545.7186.27
HexE6CCEC3E071212e56
Octal3463143543160744156126
Binary11100110110011001110110011111001111001000011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CCEC; }

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

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

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

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

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

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

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

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