#E6C7FA

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

Shades of Blue Chalk #E6C7FA

Tints of Blue Chalk #E6C7FA

Color information

#E6C7FA (or 0xE6C7FA) is unknown color: approx Blue Chalk. HEX triplet: E6, C7 and FA. RGB value is (230,199,250). Sum of RGB (Red+Green+Blue) = 230+199+250=679 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.87% from 679); Green value is 199 (78.12% from 255 or 29.31% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6C7FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C7FA is #193805. Grayscale: #D5D5D5. Windows color (decimal): -1652742 or 16435174. OLE color: 16435174.

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

Color convert

RGB230199250-
CMYK0.080.2000.02
HSL276.47º83.61%88.04%-
HSV(B)276.47º20.4%98.04%-
XYZ70.3164.5799.2-
YUV214.08148.27139.35-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.87%
GREEN value IS 199 (78.12% from 255) = 29.31%
BLUE value IS 250 (98.05% from 255) = 36.82%
R=33.87%
G=29.31%
B=36.82%

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
Decimal2301992500.080.2000.02276.4783.6188.04
HexE6C7FA814021145458
Octal346307372102402424124130
Binary11100110110001111111101010001010001010001010010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C7FA; }

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

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

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

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

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

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

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

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