#e7d3fb

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

Shades of Blue Chalk #E7D3FB

Tints of Blue Chalk #E7D3FB

Color information

#E7D3FB (or 0xE7D3FB) is unknown color: approx Blue Chalk. HEX triplet: E7, D3 and FB. RGB value is (231,211,251). Sum of RGB (Red+Green+Blue) = 231+211+251=693 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.33% from 693); Green value is 211 (82.81% from 255 or 30.45% from 693); Blue value is 251 (98.44% from 255 or 36.22% from 693); Max value from RGB is 251 - color contains mainly: blue. Hex color #E7D3FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D3FB is #182C04. Grayscale: #DDDDDD. Windows color (decimal): -1584133 or 16503783. OLE color: 16503783.

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

Color convert

RGB231211251-
CMYK0.080.1600.02
HSL270º83.33%90.59%-
HSV(B)270º15.94%98.43%-
XYZ73.6670.54101-
YUV221.54144.63134.75-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.33%
GREEN value IS 211 (82.81% from 255) = 30.45%
BLUE value IS 251 (98.44% from 255) = 36.22%
R=33.33%
G=30.45%
B=36.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2312112510.080.1600.0227083.3390.59
HexE7D3FB8100210e535b
Octal347323373102002416123133
Binary11100111110100111111101110001000001010000111010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e7d3fb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e7d3fb; }

 p { color: rgb(231,211,251); }

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

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

 a { background-color: rgb(231,211,251); }

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

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

 span { border-color: rgb(231,211,251); }

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