#E7D2F9

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

Shades of Blue Chalk #E7D2F9

Tints of Blue Chalk #E7D2F9

Color information

#E7D2F9 (or 0xE7D2F9) is unknown color: approx Blue Chalk. HEX triplet: E7, D2 and F9. RGB value is (231,210,249). Sum of RGB (Red+Green+Blue) = 231+210+249=690 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.48% from 690); Green value is 210 (82.42% from 255 or 30.43% from 690); Blue value is 249 (97.66% from 255 or 36.09% from 690); Max value from RGB is 249 - color contains mainly: blue. Hex color #E7D2F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D2F9 is #182D06. Grayscale: #DCDCDC. Windows color (decimal): -1584391 or 16372455. OLE color: 16372455.

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

Color convert

RGB231210249-
CMYK0.070.1600.02
HSL272.31º76.47%90%-
HSV(B)272.31º15.66%97.65%-
XYZ73.169.9299.27-
YUV220.72143.96135.33-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.48%
GREEN value IS 210 (82.42% from 255) = 30.43%
BLUE value IS 249 (97.66% from 255) = 36.09%
R=33.48%
G=30.43%
B=36.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2312102490.070.1600.02272.3176.4790
HexE7D2F9710021104c5a
Octal34732237172002420114132
Binary1110011111010010111110011111000001010001000010011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D2F9; }

 p { color: rgb(231,210,249); }

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

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

 a { background-color: rgb(231,210,249); }

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

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

 span { border-color: rgb(231,210,249); }

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