#E7D5FF

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

Shades of Blue Chalk #E7D5FF

Tints of Blue Chalk #E7D5FF

Color information

#E7D5FF (or 0xE7D5FF) is unknown color: approx Blue Chalk. HEX triplet: E7, D5 and FF. RGB value is (231,213,255). Sum of RGB (Red+Green+Blue) = 231+213+255=699 (92% of max value = 765). Red value is 231 (90.62% from 255 or 33.05% from 699); Green value is 213 (83.59% from 255 or 30.47% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7D5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D5FF is #182A00. Grayscale: #DFDFDF. Windows color (decimal): -1583617 or 16766439. OLE color: 16766439.

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

Color convert

RGB231213255-
CMYK0.090.1600
HSL265.71º100%91.76%-
HSV(B)265.71º16.47%100%-
XYZ74.871.8104.52-
YUV223.17145.96133.58-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.05%
GREEN value IS 213 (83.59% from 255) = 30.47%
BLUE value IS 255 (100% from 255) = 36.48%
R=33.05%
G=30.47%
B=36.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2312132550.090.1600265.7110091.76
HexE7D5FF9100010a645c
Octal347325377112000412144134
Binary1110011111010101111111111001100000010000101011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D5FF; }

 p { color: rgb(231,213,255); }

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

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

 a { background-color: rgb(231,213,255); }

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

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

 span { border-color: rgb(231,213,255); }

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