#E5D0FD

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

Shades of Blue Chalk #E5D0FD

Tints of Blue Chalk #E5D0FD

Color information

#E5D0FD (or 0xE5D0FD) is unknown color: approx Blue Chalk. HEX triplet: E5, D0 and FD. RGB value is (229,208,253). Sum of RGB (Red+Green+Blue) = 229+208+253=690 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.19% from 690); Green value is 208 (81.64% from 255 or 30.14% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5D0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5D0FD is #1A2F02. Grayscale: #DBDBDB. Windows color (decimal): -1715971 or 16634085. OLE color: 16634085.

HSL color Cylindrical-coordinate representation of color #E5D0FD: hue angle of 268º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5D0FD is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB229208253-
CMYK0.090.1800.01
HSL268º91.84%90.39%-
HSV(B)268º17.79%99.22%-
XYZ72.668.86102.39-
YUV219.41146.96134.84-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.19%
GREEN value IS 208 (81.64% from 255) = 30.14%
BLUE value IS 253 (99.22% from 255) = 36.67%
R=33.19%
G=30.14%
B=36.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2292082530.090.1800.0126891.8490.39
HexE5D0FD9120110c5c5a
Octal345320375112201414134132
Binary1110010111010000111111011001100100110000110010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D0FD; }

 p { color: rgb(229,208,253); }

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

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

 a { background-color: rgb(229,208,253); }

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

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

 span { border-color: rgb(229,208,253); }

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