#E2CBED

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

Shades of Blue Chalk #E2CBED

Tints of Blue Chalk #E2CBED

Color information

#E2CBED (or 0xE2CBED) is unknown color: approx Blue Chalk. HEX triplet: E2, CB and ED. RGB value is (226,203,237). Sum of RGB (Red+Green+Blue) = 226+203+237=666 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.93% from 666); Green value is 203 (79.69% from 255 or 30.48% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 237 - color contains mainly: blue. Hex color #E2CBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2CBED is #1D3412. Grayscale: #D5D5D5. Windows color (decimal): -1913875 or 15584226. OLE color: 15584226.

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

Color convert

RGB226203237-
CMYK0.050.1400.07
HSL280.59º48.57%86.27%-
HSV(B)280.59º14.35%92.94%-
XYZ68.016589.08-
YUV213.75141.12136.74-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.93%
GREEN value IS 203 (79.69% from 255) = 30.48%
BLUE value IS 237 (92.97% from 255) = 35.59%
R=33.93%
G=30.48%
B=35.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2262032370.050.1400.07280.5948.5786.27
HexE2CBED5E071193156
Octal3423133555160743161126
Binary111000101100101111101101101111001111000110011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CBED; }

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

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

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

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

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

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

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

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