#E6CEFC

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

Shades of Blue Chalk #E6CEFC

Tints of Blue Chalk #E6CEFC

Color information

#E6CEFC (or 0xE6CEFC) is unknown color: approx Blue Chalk. HEX triplet: E6, CE and FC. RGB value is (230,206,252). Sum of RGB (Red+Green+Blue) = 230+206+252=688 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.43% from 688); Green value is 206 (80.86% from 255 or 29.94% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 252 - color contains mainly: blue. Hex color #E6CEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CEFC is #193103. Grayscale: #DADADA. Windows color (decimal): -1650948 or 16568038. OLE color: 16568038.

HSL color Cylindrical-coordinate representation of color #E6CEFC: hue angle of 271.3º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6CEFC is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB230206252-
CMYK0.090.1800.01
HSL271.3º88.46%89.8%-
HSV(B)271.3º18.25%98.82%-
XYZ72.2867.99101.41-
YUV218.42146.95136.26-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.43%
GREEN value IS 206 (80.86% from 255) = 29.94%
BLUE value IS 252 (98.83% from 255) = 36.63%
R=33.43%
G=29.94%
B=36.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2302062520.090.1800.01271.388.4689.8
HexE6CEFC9120110f585a
Octal346316374112201417130132
Binary1110011011001110111111001001100100110000111110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CEFC; }

 p { color: rgb(230,206,252); }

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

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

 a { background-color: rgb(230,206,252); }

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

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

 span { border-color: rgb(230,206,252); }

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