#E9CBFF

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

Shades of Blue Chalk #E9CBFF

Tints of Blue Chalk #E9CBFF

Color information

#E9CBFF (or 0xE9CBFF) is unknown color: approx Blue Chalk. HEX triplet: E9, CB and FF. RGB value is (233,203,255). Sum of RGB (Red+Green+Blue) = 233+203+255=691 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.72% from 691); Green value is 203 (79.69% from 255 or 29.38% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #E9CBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CBFF is #163400. Grayscale: #D9D9D9. Windows color (decimal): -1455105 or 16763881. OLE color: 16763881.

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

Color convert

RGB233203255-
CMYK0.090.2000
HSL274.62º100%89.8%-
HSV(B)274.62º20.39%100%-
XYZ73.0167.26103.74-
YUV217.9148.94138.77-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.72%
GREEN value IS 203 (79.69% from 255) = 29.38%
BLUE value IS 255 (100% from 255) = 36.90%
R=33.72%
G=29.38%
B=36.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2332032550.090.2000274.6210089.8
HexE9CBFF91400113645a
Octal351313377112400423144132
Binary1110100111001011111111111001101000010001001111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CBFF; }

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

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

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

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

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

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

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

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