#E6D2F9

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

Shades of Blue Chalk #E6D2F9

Tints of Blue Chalk #E6D2F9

Color information

#E6D2F9 (or 0xE6D2F9) is unknown color: approx Blue Chalk. HEX triplet: E6, D2 and F9. RGB value is (230,210,249). Sum of RGB (Red+Green+Blue) = 230+210+249=689 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.38% from 689); Green value is 210 (82.42% from 255 or 30.48% from 689); Blue value is 249 (97.66% from 255 or 36.14% from 689); Max value from RGB is 249 - color contains mainly: blue. Hex color #E6D2F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D2F9 is #192D06. Grayscale: #DCDCDC. Windows color (decimal): -1649927 or 16372454. OLE color: 16372454.

HSL color Cylindrical-coordinate representation of color #E6D2F9: hue angle of 270.77º 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 #E6D2F9 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB230210249-
CMYK0.080.1600.02
HSL270.77º76.47%90%-
HSV(B)270.77º15.66%97.65%-
XYZ72.7869.7699.25-
YUV220.43144.13134.83-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.38%
GREEN value IS 210 (82.42% from 255) = 30.48%
BLUE value IS 249 (97.66% from 255) = 36.14%
R=33.38%
G=30.48%
B=36.14%

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
Decimal2302102490.080.1600.02270.7776.4790
HexE6D2F98100210f4c5a
Octal346322371102002417114132
Binary11100110110100101111100110001000001010000111110011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D2F9; }

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

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

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

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

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

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

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

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