#E8D0F9

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

Shades of Blue Chalk #E8D0F9

Tints of Blue Chalk #E8D0F9

Color information

#E8D0F9 (or 0xE8D0F9) is unknown color: approx Blue Chalk. HEX triplet: E8, D0 and F9. RGB value is (232,208,249). Sum of RGB (Red+Green+Blue) = 232+208+249=689 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.67% from 689); Green value is 208 (81.64% from 255 or 30.19% from 689); Blue value is 249 (97.66% from 255 or 36.14% from 689); Max value from RGB is 249 - color contains mainly: blue. Hex color #E8D0F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D0F9 is #172F06. Grayscale: #DBDBDB. Windows color (decimal): -1519367 or 16371944. OLE color: 16371944.

HSL color Cylindrical-coordinate representation of color #E8D0F9: hue angle of 275.12º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E8D0F9 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB232208249-
CMYK0.070.1600.02
HSL275.12º77.36%89.61%-
HSV(B)275.12º16.47%97.65%-
XYZ72.9369.1199.12-
YUV219.85144.45136.67-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.67%
GREEN value IS 208 (81.64% from 255) = 30.19%
BLUE value IS 249 (97.66% from 255) = 36.14%
R=33.67%
G=30.19%
B=36.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2322082490.070.1600.02275.1277.3689.61
HexE8D0F9710021134d5a
Octal35032037172002423115132
Binary1110100011010000111110011111000001010001001110011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D0F9; }

 p { color: rgb(232,208,249); }

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

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

 a { background-color: rgb(232,208,249); }

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

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

 span { border-color: rgb(232,208,249); }

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