#E3D4EC

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

Shades of Blue Chalk #E3D4EC

Tints of Blue Chalk #E3D4EC

Color information

#E3D4EC (or 0xE3D4EC) is unknown color: approx Blue Chalk. HEX triplet: E3, D4 and EC. RGB value is (227,212,236). Sum of RGB (Red+Green+Blue) = 227+212+236=675 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.63% from 675); Green value is 212 (83.20% from 255 or 31.41% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 236 - color contains mainly: blue. Hex color #E3D4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D4EC is #1C2B13. Grayscale: #DBDBDB. Windows color (decimal): -1846036 or 15520995. OLE color: 15520995.

HSL color Cylindrical-coordinate representation of color #E3D4EC: hue angle of 277.5º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E3D4EC is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB227212236-
CMYK0.040.1000.07
HSL277.5º38.71%87.84%-
HSV(B)277.5º10.17%92.55%-
XYZ70.3669.4789.06-
YUV219.22137.47133.55-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.63%
GREEN value IS 212 (83.20% from 255) = 31.41%
BLUE value IS 236 (92.58% from 255) = 34.96%
R=33.63%
G=31.41%
B=34.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2272122360.040.1000.07277.538.7187.84
HexE3D4EC4A071162758
Octal3433243544120742647130
Binary111000111101010011101100100101001111000101101001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D4EC; }

 p { color: rgb(227,212,236); }

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

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

 a { background-color: rgb(227,212,236); }

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

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

 span { border-color: rgb(227,212,236); }

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