#E6C9FA

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

Shades of Blue Chalk #E6C9FA

Tints of Blue Chalk #E6C9FA

Color information

#E6C9FA (or 0xE6C9FA) is unknown color: approx Blue Chalk. HEX triplet: E6, C9 and FA. RGB value is (230,201,250). Sum of RGB (Red+Green+Blue) = 230+201+250=681 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.77% from 681); Green value is 201 (78.91% from 255 or 29.52% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6C9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C9FA is #193605. Grayscale: #D7D7D7. Windows color (decimal): -1652230 or 16435686. OLE color: 16435686.

HSL color Cylindrical-coordinate representation of color #E6C9FA: hue angle of 275.51º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6C9FA is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB230201250-
CMYK0.080.2000.02
HSL275.51º83.05%88.43%-
HSV(B)275.51º19.6%98.04%-
XYZ70.7865.599.35-
YUV215.26147.61138.52-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.77%
GREEN value IS 201 (78.91% from 255) = 29.52%
BLUE value IS 250 (98.05% from 255) = 36.71%
R=33.77%
G=29.52%
B=36.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302012500.080.2000.02275.5183.0588.43
HexE6C9FA814021145358
Octal346311372102402424123130
Binary11100110110010011111101010001010001010001010010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C9FA; }

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

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

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

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

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

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

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

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