#E6D2FA

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

Shades of Blue Chalk #E6D2FA

Tints of Blue Chalk #E6D2FA

Color information

#E6D2FA (or 0xE6D2FA) is unknown color: approx Blue Chalk. HEX triplet: E6, D2 and FA. RGB value is (230,210,250). Sum of RGB (Red+Green+Blue) = 230+210+250=690 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.33% from 690); Green value is 210 (82.42% from 255 or 30.43% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6D2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D2FA is #192D05. Grayscale: #DCDCDC. Windows color (decimal): -1649926 or 16437990. OLE color: 16437990.

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

Color convert

RGB230210250-
CMYK0.080.1600.02
HSL270º80%90.2%-
HSV(B)270º16%98.04%-
XYZ72.9469.82100.07-
YUV220.54144.63134.75-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.33%
GREEN value IS 210 (82.42% from 255) = 30.43%
BLUE value IS 250 (98.05% from 255) = 36.23%
R=33.33%
G=30.43%
B=36.23%

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
Decimal2302102500.080.1600.022708090.2
HexE6D2FA8100210e505a
Octal346322372102002416120132
Binary11100110110100101111101010001000001010000111010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D2FA; }

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

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

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

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

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

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

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

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