#E7CBFC

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

Shades of Blue Chalk #E7CBFC

Tints of Blue Chalk #E7CBFC

Color information

#E7CBFC (or 0xE7CBFC) is unknown color: approx Blue Chalk. HEX triplet: E7, CB and FC. RGB value is (231,203,252). Sum of RGB (Red+Green+Blue) = 231+203+252=686 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.67% from 686); Green value is 203 (79.69% from 255 or 29.59% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 252 - color contains mainly: blue. Hex color #E7CBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CBFC is #183403. Grayscale: #D8D8D8. Windows color (decimal): -1586180 or 16567271. OLE color: 16567271.

HSL color Cylindrical-coordinate representation of color #E7CBFC: hue angle of 274.29º 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 #E7CBFC is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB231203252-
CMYK0.080.1900.01
HSL274.29º89.09%89.22%-
HSV(B)274.29º19.44%98.82%-
XYZ71.8866.73101.19-
YUV216.96147.78138.02-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.67%
GREEN value IS 203 (79.69% from 255) = 29.59%
BLUE value IS 252 (98.83% from 255) = 36.73%
R=33.67%
G=29.59%
B=36.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2312032520.080.1900.01274.2989.0989.22
HexE7CBFC813011125959
Octal347313374102301422131131
Binary1110011111001011111111001000100110110001001010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CBFC; }

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

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

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

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

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

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

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

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