#E2CDEB

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

Shades of Blue Chalk #E2CDEB

Tints of Blue Chalk #E2CDEB

Color information

#E2CDEB (or 0xE2CDEB) is unknown color: approx Blue Chalk. HEX triplet: E2, CD and EB. RGB value is (226,205,235). Sum of RGB (Red+Green+Blue) = 226+205+235=666 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.93% from 666); Green value is 205 (80.47% from 255 or 30.78% from 666); Blue value is 235 (92.19% from 255 or 35.29% from 666); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2CDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CDEB is #1D3214. Grayscale: #D6D6D6. Windows color (decimal): -1913365 or 15453666. OLE color: 15453666.

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

Color convert

RGB226205235-
CMYK0.040.1300.08
HSL282º42.86%86.27%-
HSV(B)282º12.77%92.16%-
XYZ68.1965.8387.71-
YUV214.7139.46136.06-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.93%
GREEN value IS 205 (80.47% from 255) = 30.78%
BLUE value IS 235 (92.19% from 255) = 35.29%
R=33.93%
G=30.78%
B=35.29%

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
Decimal2262052350.040.1300.0828242.8686.27
HexE2CDEB4D0811a2b56
Octal34231535341501043253126
Binary1110001011001101111010111001101010001000110101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CDEB; }

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

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

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

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

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

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

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

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