#E0CBEB

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

Shades of Blue Chalk #E0CBEB

Tints of Blue Chalk #E0CBEB

Color information

#E0CBEB (or 0xE0CBEB) is unknown color: approx Blue Chalk. HEX triplet: E0, CB and EB. RGB value is (224,203,235). Sum of RGB (Red+Green+Blue) = 224+203+235=662 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.84% from 662); Green value is 203 (79.69% from 255 or 30.66% from 662); Blue value is 235 (92.19% from 255 or 35.50% from 662); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0CBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CBEB is #1F3414. Grayscale: #D4D4D4. Windows color (decimal): -2044949 or 15453152. OLE color: 15453152.

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

Color convert

RGB224203235-
CMYK0.050.1400.08
HSL279.38º44.44%85.88%-
HSV(B)279.38º13.62%92.16%-
XYZ67.0964.5687.52-
YUV212.93140.46135.9-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.84%
GREEN value IS 203 (79.69% from 255) = 30.66%
BLUE value IS 235 (92.19% from 255) = 35.50%
R=33.84%
G=30.66%
B=35.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2242032350.050.1400.08279.3844.4485.88
HexE0CBEB5E081172c56
Octal34031335351601042754126
Binary1110000011001011111010111011110010001000101111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CBEB; }

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

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

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

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

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

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

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

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