#E6CEFB

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

Shades of Blue Chalk #E6CEFB

Tints of Blue Chalk #E6CEFB

Color information

#E6CEFB (or 0xE6CEFB) is unknown color: approx Blue Chalk. HEX triplet: E6, CE and FB. RGB value is (230,206,251). Sum of RGB (Red+Green+Blue) = 230+206+251=687 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.48% from 687); Green value is 206 (80.86% from 255 or 29.99% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6CEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CEFB is #193104. Grayscale: #DADADA. Windows color (decimal): -1650949 or 16502502. OLE color: 16502502.

HSL color Cylindrical-coordinate representation of color #E6CEFB: hue angle of 272º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6CEFB is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB230206251-
CMYK0.080.1800.02
HSL272º84.91%89.61%-
HSV(B)272º17.93%98.43%-
XYZ72.1267.93100.58-
YUV218.31146.45136.34-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.48%
GREEN value IS 206 (80.86% from 255) = 29.99%
BLUE value IS 251 (98.44% from 255) = 36.54%
R=33.48%
G=29.99%
B=36.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302062510.080.1800.0227284.9189.61
HexE6CEFB81202110555a
Octal346316373102202420125132
Binary11100110110011101111101110001001001010001000010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CEFB; }

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

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

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

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

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

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

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

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