#E7D0FE

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

Shades of Blue Chalk #E7D0FE

Tints of Blue Chalk #E7D0FE

Color information

#E7D0FE (or 0xE7D0FE) is unknown color: approx Blue Chalk. HEX triplet: E7, D0 and FE. RGB value is (231,208,254). Sum of RGB (Red+Green+Blue) = 231+208+254=693 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.33% from 693); Green value is 208 (81.64% from 255 or 30.01% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7D0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D0FE is #182F01. Grayscale: #DBDBDB. Windows color (decimal): -1584898 or 16699623. OLE color: 16699623.

HSL color Cylindrical-coordinate representation of color #E7D0FE: hue angle of 270º 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 #E7D0FE is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB231208254-
CMYK0.090.1800.00
HSL270º95.83%90.59%-
HSV(B)270º18.11%99.61%-
XYZ73.469.26103.27-
YUV220.12147.12135.76-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.33%
GREEN value IS 208 (81.64% from 255) = 30.01%
BLUE value IS 254 (99.61% from 255) = 36.65%
R=33.33%
G=30.01%
B=36.65%

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
Decimal2312082540.090.1800.0027095.8390.59
HexE7D0FE9120010e605b
Octal347320376112200416140133
Binary1110011111010000111111101001100100010000111011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D0FE; }

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

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

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

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

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

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

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

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