#E7D0EE

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

Shades of Blue Chalk #E7D0EE

Tints of Blue Chalk #E7D0EE

Color information

#E7D0EE (or 0xE7D0EE) is unknown color: approx Blue Chalk. HEX triplet: E7, D0 and EE. RGB value is (231,208,238). Sum of RGB (Red+Green+Blue) = 231+208+238=677 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.12% from 677); Green value is 208 (81.64% from 255 or 30.72% from 677); Blue value is 238 (93.36% from 255 or 35.16% from 677); Max value from RGB is 238 - color contains mainly: blue. Hex color #E7D0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D0EE is #182F11. Grayscale: #DADADA. Windows color (decimal): -1584914 or 15651047. OLE color: 15651047.

HSL color Cylindrical-coordinate representation of color #E7D0EE: hue angle of 286º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7D0EE is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB231208238-
CMYK0.030.1300.07
HSL286º46.87%87.45%-
HSV(B)286º12.61%93.33%-
XYZ70.9468.2790.33-
YUV218.3139.12137.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.12%
GREEN value IS 208 (81.64% from 255) = 30.72%
BLUE value IS 238 (93.36% from 255) = 35.16%
R=34.12%
G=30.72%
B=35.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2312082380.030.1300.0728646.8787.45
HexE7D0EE3D0711e2f57
Octal3473203563150743657127
Binary11100111110100001110111011110101111000111101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D0EE; }

 p { color: rgb(231,208,238); }

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

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

 a { background-color: rgb(231,208,238); }

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

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

 span { border-color: rgb(231,208,238); }

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