#E2CBEC

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

Shades of Blue Chalk #E2CBEC

Tints of Blue Chalk #E2CBEC

Color information

#E2CBEC (or 0xE2CBEC) is unknown color: approx Blue Chalk. HEX triplet: E2, CB and EC. RGB value is (226,203,236). Sum of RGB (Red+Green+Blue) = 226+203+236=665 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.98% from 665); Green value is 203 (79.69% from 255 or 30.53% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2CBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CBEC is #1D3413. Grayscale: #D5D5D5. Windows color (decimal): -1913876 or 15518690. OLE color: 15518690.

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

Color convert

RGB226203236-
CMYK0.040.1400.07
HSL281.82º46.48%86.08%-
HSV(B)281.82º13.98%92.55%-
XYZ67.8664.9488.31-
YUV213.64140.62136.82-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.98%
GREEN value IS 203 (79.69% from 255) = 30.53%
BLUE value IS 236 (92.58% from 255) = 35.49%
R=33.98%
G=30.53%
B=35.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2262032360.040.1400.07281.8246.4886.08
HexE2CBEC4E0711a2e56
Octal3423133544160743256126
Binary111000101100101111101100100111001111000110101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CBEC; }

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

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

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

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

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

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

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

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