#E2CDEC

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

Shades of Blue Chalk #E2CDEC

Tints of Blue Chalk #E2CDEC

Color information

#E2CDEC (or 0xE2CDEC) is unknown color: approx Blue Chalk. HEX triplet: E2, CD and EC. RGB value is (226,205,236). Sum of RGB (Red+Green+Blue) = 226+205+236=667 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.88% from 667); Green value is 205 (80.47% from 255 or 30.73% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2CDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CDEC is #1D3213. Grayscale: #D6D6D6. Windows color (decimal): -1913364 or 15519202. OLE color: 15519202.

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

Color convert

RGB226205236-
CMYK0.040.1300.07
HSL280.65º44.93%86.47%-
HSV(B)280.65º13.14%92.55%-
XYZ68.3465.8988.47-
YUV214.81139.96135.98-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.88%
GREEN value IS 205 (80.47% from 255) = 30.73%
BLUE value IS 236 (92.58% from 255) = 35.38%
R=33.88%
G=30.73%
B=35.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2262052360.040.1300.07280.6544.9386.47
HexE2CDEC4D071192d56
Octal3423153544150743155126
Binary111000101100110111101100100110101111000110011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CDEC; }

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

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

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

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

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

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

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

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