#E7CBFE

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

Shades of Blue Chalk #E7CBFE

Tints of Blue Chalk #E7CBFE

Color information

#E7CBFE (or 0xE7CBFE) is unknown color: approx Blue Chalk. HEX triplet: E7, CB and FE. RGB value is (231,203,254). Sum of RGB (Red+Green+Blue) = 231+203+254=688 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.58% from 688); Green value is 203 (79.69% from 255 or 29.51% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7CBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CBFE is #183401. Grayscale: #D9D9D9. Windows color (decimal): -1586178 or 16698343. OLE color: 16698343.

HSL color Cylindrical-coordinate representation of color #E7CBFE: hue angle of 272.94º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E7CBFE is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB231203254-
CMYK0.090.2000.00
HSL272.94º96.23%89.61%-
HSV(B)272.94º20.08%99.61%-
XYZ72.266.86102.87-
YUV217.19148.78137.85-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.58%
GREEN value IS 203 (79.69% from 255) = 29.51%
BLUE value IS 254 (99.61% from 255) = 36.92%
R=33.58%
G=29.51%
B=36.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2312032540.090.2000.00272.9496.2389.61
HexE7CBFE91400111605a
Octal347313376112400421140132
Binary1110011111001011111111101001101000010001000111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CBFE; }

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

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

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

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

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

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

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

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