#E3D4EB

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

Shades of Blue Chalk #E3D4EB

Tints of Blue Chalk #E3D4EB

Color information

#E3D4EB (or 0xE3D4EB) is unknown color: approx Blue Chalk. HEX triplet: E3, D4 and EB. RGB value is (227,212,235). Sum of RGB (Red+Green+Blue) = 227+212+235=674 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.68% from 674); Green value is 212 (83.20% from 255 or 31.45% from 674); Blue value is 235 (92.19% from 255 or 34.87% from 674); Max value from RGB is 235 - color contains mainly: blue. Hex color #E3D4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D4EB is #1C2B14. Grayscale: #DBDBDB. Windows color (decimal): -1846037 or 15455459. OLE color: 15455459.

HSL color Cylindrical-coordinate representation of color #E3D4EB: hue angle of 279.13º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E3D4EB is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB227212235-
CMYK0.030.1000.08
HSL279.13º36.51%87.65%-
HSV(B)279.13º9.79%92.16%-
XYZ70.2269.4288.3-
YUV219.11136.97133.63-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.68%
GREEN value IS 212 (83.20% from 255) = 31.45%
BLUE value IS 235 (92.19% from 255) = 34.87%
R=33.68%
G=31.45%
B=34.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2272122350.030.1000.08279.1336.5187.65
HexE3D4EB3A081172558
Octal34332435331201042745130
Binary111000111101010011101011111010010001000101111001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D4EB; }

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

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

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

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

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

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

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

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