#E0CBEA

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

Shades of Blue Chalk #E0CBEA

Tints of Blue Chalk #E0CBEA

Color information

#E0CBEA (or 0xE0CBEA) is unknown color: approx Blue Chalk. HEX triplet: E0, CB and EA. RGB value is (224,203,234). Sum of RGB (Red+Green+Blue) = 224+203+234=661 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.89% from 661); Green value is 203 (79.69% from 255 or 30.71% from 661); Blue value is 234 (91.80% from 255 or 35.40% from 661); Max value from RGB is 234 - color contains mainly: blue. Hex color #E0CBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CBEA is #1F3415. Grayscale: #D4D4D4. Windows color (decimal): -2044950 or 15387616. OLE color: 15387616.

HSL color Cylindrical-coordinate representation of color #E0CBEA: hue angle of 280.65º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E0CBEA is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB224203234-
CMYK0.040.1300.08
HSL280.65º42.47%85.69%-
HSV(B)280.65º13.25%91.76%-
XYZ66.9564.586.76-
YUV212.81139.96135.98-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.89%
GREEN value IS 203 (79.69% from 255) = 30.71%
BLUE value IS 234 (91.80% from 255) = 35.40%
R=33.89%
G=30.71%
B=35.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2242032340.040.1300.08280.6542.4785.69
HexE0CBEA4D081192a56
Octal34031335241501043152126
Binary1110000011001011111010101001101010001000110011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CBEA; }

 p { color: rgb(224,203,234); }

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

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

 a { background-color: rgb(224,203,234); }

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

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

 span { border-color: rgb(224,203,234); }

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