#E9CBFA

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

Shades of Blue Chalk #E9CBFA

Tints of Blue Chalk #E9CBFA

Color information

#E9CBFA (or 0xE9CBFA) is unknown color: approx Blue Chalk. HEX triplet: E9, CB and FA. RGB value is (233,203,250). Sum of RGB (Red+Green+Blue) = 233+203+250=686 (90% of max value = 765). Red value is 233 (91.41% from 255 or 33.97% from 686); Green value is 203 (79.69% from 255 or 29.59% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9CBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CBFA is #163405. Grayscale: #D9D9D9. Windows color (decimal): -1455110 or 16436201. OLE color: 16436201.

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

Color convert

RGB233203250-
CMYK0.070.1900.02
HSL278.3º82.46%88.82%-
HSV(B)278.3º18.8%98.04%-
XYZ72.2266.9499.56-
YUV217.33146.44139.18-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.97%
GREEN value IS 203 (79.69% from 255) = 29.59%
BLUE value IS 250 (98.05% from 255) = 36.44%
R=33.97%
G=29.59%
B=36.44%

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
Decimal2332032500.070.1900.02278.382.4688.82
HexE9CBFA713021165259
Octal35131337272302426122131
Binary1110100111001011111110101111001101010001011010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CBFA; }

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

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

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

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

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

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

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

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