#E6CBFB

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

Shades of Blue Chalk #E6CBFB

Tints of Blue Chalk #E6CBFB

Color information

#E6CBFB (or 0xE6CBFB) is unknown color: approx Blue Chalk. HEX triplet: E6, CB and FB. RGB value is (230,203,251). Sum of RGB (Red+Green+Blue) = 230+203+251=684 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.63% from 684); Green value is 203 (79.69% from 255 or 29.68% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6CBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CBFB is #193404. Grayscale: #D8D8D8. Windows color (decimal): -1651717 or 16501734. OLE color: 16501734.

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

Color convert

RGB230203251-
CMYK0.080.1900.02
HSL273.75º85.71%89.02%-
HSV(B)273.75º19.12%98.43%-
XYZ71.466.5100.34-
YUV216.54147.45137.6-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.63%
GREEN value IS 203 (79.69% from 255) = 29.68%
BLUE value IS 251 (98.44% from 255) = 36.70%
R=33.63%
G=29.68%
B=36.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302032510.080.1900.02273.7585.7189.02
HexE6CBFB813021125659
Octal346313373102302422126131
Binary11100110110010111111101110001001101010001001010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CBFB; }

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

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

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

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

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

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

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

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