#E7D0EF

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

Shades of Blue Chalk #E7D0EF

Tints of Blue Chalk #E7D0EF

Color information

#E7D0EF (or 0xE7D0EF) is unknown color: approx Blue Chalk. HEX triplet: E7, D0 and EF. RGB value is (231,208,239). Sum of RGB (Red+Green+Blue) = 231+208+239=678 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.07% from 678); Green value is 208 (81.64% from 255 or 30.68% from 678); Blue value is 239 (93.75% from 255 or 35.25% from 678); Max value from RGB is 239 - color contains mainly: blue. Hex color #E7D0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D0EF is #182F10. Grayscale: #DADADA. Windows color (decimal): -1584913 or 15716583. OLE color: 15716583.

HSL color Cylindrical-coordinate representation of color #E7D0EF: hue angle of 284.52º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7D0EF is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB231208239-
CMYK0.030.1300.06
HSL284.52º49.21%87.65%-
HSV(B)284.52º12.97%93.73%-
XYZ71.0968.3391.1-
YUV218.41139.62136.98-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.07%
GREEN value IS 208 (81.64% from 255) = 30.68%
BLUE value IS 239 (93.75% from 255) = 35.25%
R=34.07%
G=30.68%
B=35.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2312082390.030.1300.06284.5249.2187.65
HexE7D0EF3D0611d3158
Octal3473203573150643561130
Binary11100111110100001110111111110101101000111011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D0EF; }

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

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

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

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

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

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

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

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