#E6D0FA

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

Shades of Blue Chalk #E6D0FA

Tints of Blue Chalk #E6D0FA

Color information

#E6D0FA (or 0xE6D0FA) is unknown color: approx Blue Chalk. HEX triplet: E6, D0 and FA. RGB value is (230,208,250). Sum of RGB (Red+Green+Blue) = 230+208+250=688 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.43% from 688); Green value is 208 (81.64% from 255 or 30.23% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6D0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6D0FA is #192F05. Grayscale: #DBDBDB. Windows color (decimal): -1650438 or 16437478. OLE color: 16437478.

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

Color convert

RGB230208250-
CMYK0.080.1700.02
HSL271.43º80.77%89.8%-
HSV(B)271.43º16.8%98.04%-
XYZ72.4468.8499.91-
YUV219.37145.29135.58-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.43%
GREEN value IS 208 (81.64% from 255) = 30.23%
BLUE value IS 250 (98.05% from 255) = 36.34%
R=33.43%
G=30.23%
B=36.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302082500.080.1700.02271.4380.7789.8
HexE6D0FA8110210f515a
Octal346320372102102417121132
Binary11100110110100001111101010001000101010000111110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D0FA; }

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

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

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

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

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

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

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

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