#E7CBFA

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

Shades of Blue Chalk #E7CBFA

Tints of Blue Chalk #E7CBFA

Color information

#E7CBFA (or 0xE7CBFA) is unknown color: approx Blue Chalk. HEX triplet: E7, CB and FA. RGB value is (231,203,250). Sum of RGB (Red+Green+Blue) = 231+203+250=684 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.77% from 684); Green value is 203 (79.69% from 255 or 29.68% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #E7CBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CBFA is #183405. Grayscale: #D8D8D8. Windows color (decimal): -1586182 or 16436199. OLE color: 16436199.

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

Color convert

RGB231203250-
CMYK0.080.1900.02
HSL275.74º82.46%88.82%-
HSV(B)275.74º18.8%98.04%-
XYZ71.5766.699.53-
YUV216.73146.78138.18-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.77%
GREEN value IS 203 (79.69% from 255) = 29.68%
BLUE value IS 250 (98.05% from 255) = 36.55%
R=33.77%
G=29.68%
B=36.55%

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
Decimal2312032500.080.1900.02275.7482.4688.82
HexE7CBFA813021145259
Octal347313372102302424122131
Binary11100111110010111111101010001001101010001010010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CBFA; }

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

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

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

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

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

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

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

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