#E7D6FA

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

Shades of Blue Chalk #E7D6FA

Tints of Blue Chalk #E7D6FA

Color information

#E7D6FA (or 0xE7D6FA) is unknown color: approx Blue Chalk. HEX triplet: E7, D6 and FA. RGB value is (231,214,250). Sum of RGB (Red+Green+Blue) = 231+214+250=695 (92% of max value = 765). Red value is 231 (90.62% from 255 or 33.24% from 695); Green value is 214 (83.98% from 255 or 30.79% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 250 - color contains mainly: blue. Hex color #E7D6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D6FA is #182905. Grayscale: #DFDFDF. Windows color (decimal): -1583366 or 16439015. OLE color: 16439015.

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

Color convert

RGB231214250-
CMYK0.080.1400.02
HSL268.33º78.26%90.98%-
HSV(B)268.33º14.4%98.04%-
XYZ74.2671.98100.42-
YUV223.19143.13133.57-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.24%
GREEN value IS 214 (83.98% from 255) = 30.79%
BLUE value IS 250 (98.05% from 255) = 35.97%
R=33.24%
G=30.79%
B=35.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2312142500.080.1400.02268.3378.2690.98
HexE7D6FA8E0210c4e5b
Octal347326372101602414116133
Binary1110011111010110111110101000111001010000110010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D6FA; }

 p { color: rgb(231,214,250); }

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

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

 a { background-color: rgb(231,214,250); }

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

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

 span { border-color: rgb(231,214,250); }

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