#E8D0FE

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

Shades of Blue Chalk #E8D0FE

Tints of Blue Chalk #E8D0FE

Color information

#E8D0FE (or 0xE8D0FE) is unknown color: approx Blue Chalk. HEX triplet: E8, D0 and FE. RGB value is (232,208,254). Sum of RGB (Red+Green+Blue) = 232+208+254=694 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.43% from 694); Green value is 208 (81.64% from 255 or 29.97% from 694); Blue value is 254 (99.61% from 255 or 36.60% from 694); Max value from RGB is 254 - color contains mainly: blue. Hex color #E8D0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D0FE is #172F01. Grayscale: #DCDCDC. Windows color (decimal): -1519362 or 16699624. OLE color: 16699624.

HSL color Cylindrical-coordinate representation of color #E8D0FE: hue angle of 271.3º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E8D0FE is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB232208254-
CMYK0.090.1800.00
HSL271.3º95.83%90.59%-
HSV(B)271.3º18.11%99.61%-
XYZ73.7269.42103.28-
YUV220.42146.95136.26-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.43%
GREEN value IS 208 (81.64% from 255) = 29.97%
BLUE value IS 254 (99.61% from 255) = 36.60%
R=33.43%
G=29.97%
B=36.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2322082540.090.1800.00271.395.8390.59
HexE8D0FE9120010f605b
Octal350320376112200417140133
Binary1110100011010000111111101001100100010000111111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D0FE; }

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

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

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

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

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

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

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

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