#E0CDEB

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

Shades of Blue Chalk #E0CDEB

Tints of Blue Chalk #E0CDEB

Color information

#E0CDEB (or 0xE0CDEB) is unknown color: approx Blue Chalk. HEX triplet: E0, CD and EB. RGB value is (224,205,235). Sum of RGB (Red+Green+Blue) = 224+205+235=664 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.73% from 664); Green value is 205 (80.47% from 255 or 30.87% from 664); Blue value is 235 (92.19% from 255 or 35.39% from 664); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0CDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0CDEB is #1F3214. Grayscale: #D5D5D5. Windows color (decimal): -2044437 or 15453664. OLE color: 15453664.

HSL color Cylindrical-coordinate representation of color #E0CDEB: hue angle of 278º degrees, saturation: 0.43, 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 #E0CDEB is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB224205235-
CMYK0.050.1300.08
HSL278º42.86%86.27%-
HSV(B)278º12.77%92.16%-
XYZ67.5765.5187.68-
YUV214.1139.79135.06-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.73%
GREEN value IS 205 (80.47% from 255) = 30.87%
BLUE value IS 235 (92.19% from 255) = 35.39%
R=33.73%
G=30.87%
B=35.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2242052350.050.1300.0827842.8686.27
HexE0CDEB5D081162b56
Octal34031535351501042653126
Binary1110000011001101111010111011101010001000101101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CDEB; }

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

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

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

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

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

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

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

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