#E3D0EB

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

Shades of Blue Chalk #E3D0EB

Tints of Blue Chalk #E3D0EB

Color information

#E3D0EB (or 0xE3D0EB) is unknown color: approx Blue Chalk. HEX triplet: E3, D0 and EB. RGB value is (227,208,235). Sum of RGB (Red+Green+Blue) = 227+208+235=670 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.88% from 670); Green value is 208 (81.64% from 255 or 31.04% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 235 - color contains mainly: blue. Hex color #E3D0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3D0EB is #1C2F14. Grayscale: #D8D8D8. Windows color (decimal): -1847061 or 15454435. OLE color: 15454435.

HSL color Cylindrical-coordinate representation of color #E3D0EB: hue angle of 282.22º degrees, saturation: 0.4, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E3D0EB is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB227208235-
CMYK0.030.1100.08
HSL282.22º40.3%86.86%-
HSV(B)282.22º11.49%92.16%-
XYZ69.2367.4487.97-
YUV216.76138.29135.3-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 33.88%
GREEN value IS 208 (81.64% from 255) = 31.04%
BLUE value IS 235 (92.19% from 255) = 35.07%
R=33.88%
G=31.04%
B=35.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2272082350.030.1100.08282.2240.386.86
HexE3D0EB3B0811a2857
Octal34332035331301043250127
Binary111000111101000011101011111011010001000110101010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D0EB; }

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

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

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

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

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

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

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

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