#E6CBFC

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

Shades of Blue Chalk #E6CBFC

Tints of Blue Chalk #E6CBFC

Color information

#E6CBFC (or 0xE6CBFC) is unknown color: approx Blue Chalk. HEX triplet: E6, CB and FC. RGB value is (230,203,252). Sum of RGB (Red+Green+Blue) = 230+203+252=685 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.58% from 685); Green value is 203 (79.69% from 255 or 29.64% from 685); Blue value is 252 (98.83% from 255 or 36.79% from 685); Max value from RGB is 252 - color contains mainly: blue. Hex color #E6CBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CBFC is #193403. Grayscale: #D8D8D8. Windows color (decimal): -1651716 or 16567270. OLE color: 16567270.

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

Color convert

RGB230203252-
CMYK0.090.1900.01
HSL273.06º89.09%89.22%-
HSV(B)273.06º19.44%98.82%-
XYZ71.5666.56101.17-
YUV216.66147.95137.52-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.58%
GREEN value IS 203 (79.69% from 255) = 29.64%
BLUE value IS 252 (98.83% from 255) = 36.79%
R=33.58%
G=29.64%
B=36.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2302032520.090.1900.01273.0689.0989.22
HexE6CBFC913011115959
Octal346313374112301421131131
Binary1110011011001011111111001001100110110001000110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CBFC; }

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

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

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

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

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

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

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

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