#E0CBEC

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

Shades of Blue Chalk #E0CBEC

Tints of Blue Chalk #E0CBEC

Color information

#E0CBEC (or 0xE0CBEC) is unknown color: approx Blue Chalk. HEX triplet: E0, CB and EC. RGB value is (224,203,236). Sum of RGB (Red+Green+Blue) = 224+203+236=663 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.79% from 663); Green value is 203 (79.69% from 255 or 30.62% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 236 - color contains mainly: blue. Hex color #E0CBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CBEC is #1F3413. Grayscale: #D4D4D4. Windows color (decimal): -2044948 or 15518688. OLE color: 15518688.

HSL color Cylindrical-coordinate representation of color #E0CBEC: hue angle of 278.18º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E0CBEC is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB224203236-
CMYK0.050.1400.07
HSL278.18º46.48%86.08%-
HSV(B)278.18º13.98%92.55%-
XYZ67.2464.6288.29-
YUV213.04140.96135.82-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.79%
GREEN value IS 203 (79.69% from 255) = 30.62%
BLUE value IS 236 (92.58% from 255) = 35.60%
R=33.79%
G=30.62%
B=35.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242032360.050.1400.07278.1846.4886.08
HexE0CBEC5E071162e56
Octal3403133545160742656126
Binary111000001100101111101100101111001111000101101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CBEC; }

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

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

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

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

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

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

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

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