#E6CBEC

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

Shades of Blue Chalk #E6CBEC

Tints of Blue Chalk #E6CBEC

Color information

#E6CBEC (or 0xE6CBEC) is unknown color: approx Blue Chalk. HEX triplet: E6, CB and EC. RGB value is (230,203,236). Sum of RGB (Red+Green+Blue) = 230+203+236=669 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.38% from 669); Green value is 203 (79.69% from 255 or 30.34% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 236 - color contains mainly: blue. Hex color #E6CBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CBEC is #193413. Grayscale: #D6D6D6. Windows color (decimal): -1651732 or 15518694. OLE color: 15518694.

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

Color convert

RGB230203236-
CMYK0.030.1400.07
HSL289.09º46.48%86.08%-
HSV(B)289.09º13.98%92.55%-
XYZ69.1365.5988.37-
YUV214.83139.95138.82-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.38%
GREEN value IS 203 (79.69% from 255) = 30.34%
BLUE value IS 236 (92.58% from 255) = 35.28%
R=34.38%
G=30.34%
B=35.28%

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
Decimal2302032360.030.1400.07289.0946.4886.08
HexE6CBEC3E071212e56
Octal3463133543160744156126
Binary11100110110010111110110011111001111001000011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CBEC; }

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

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

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

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

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

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

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

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