#E8CBFA

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

Shades of Blue Chalk #E8CBFA

Tints of Blue Chalk #E8CBFA

Color information

#E8CBFA (or 0xE8CBFA) is unknown color: approx Blue Chalk. HEX triplet: E8, CB and FA. RGB value is (232,203,250). Sum of RGB (Red+Green+Blue) = 232+203+250=685 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.87% from 685); Green value is 203 (79.69% from 255 or 29.64% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8CBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CBFA is #173405. Grayscale: #D8D8D8. Windows color (decimal): -1520646 or 16436200. OLE color: 16436200.

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

Color convert

RGB232203250-
CMYK0.070.1900.02
HSL277.02º82.46%88.82%-
HSV(B)277.02º18.8%98.04%-
XYZ71.8966.7799.54-
YUV217.03146.61138.68-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.87%
GREEN value IS 203 (79.69% from 255) = 29.64%
BLUE value IS 250 (98.05% from 255) = 36.50%
R=33.87%
G=29.64%
B=36.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2322032500.070.1900.02277.0282.4688.82
HexE8CBFA713021155259
Octal35031337272302425122131
Binary1110100011001011111110101111001101010001010110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CBFA; }

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

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

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

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

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

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

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

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