#E6C2F0

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

Shades of Blue Chalk #E6C2F0

Tints of Blue Chalk #E6C2F0

Color information

#E6C2F0 (or 0xE6C2F0) is unknown color: approx Blue Chalk. HEX triplet: E6, C2 and F0. RGB value is (230,194,240). Sum of RGB (Red+Green+Blue) = 230+194+240=664 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.64% from 664); Green value is 194 (76.17% from 255 or 29.22% from 664); Blue value is 240 (94.14% from 255 or 36.14% from 664); Max value from RGB is 240 - color contains mainly: blue. Hex color #E6C2F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C2F0 is #193D0F. Grayscale: #D1D1D1. Windows color (decimal): -1654032 or 15778534. OLE color: 15778534.

HSL color Cylindrical-coordinate representation of color #E6C2F0: hue angle of 286.96º degrees, saturation: 0.61, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6C2F0 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB230194240-
CMYK0.040.1900.06
HSL286.96º60.53%85.1%-
HSV(B)286.96º19.17%94.12%-
XYZ67.6561.790.78-
YUV210.01144.93142.26-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.64%
GREEN value IS 194 (76.17% from 255) = 29.22%
BLUE value IS 240 (94.14% from 255) = 36.14%
R=34.64%
G=29.22%
B=36.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2301942400.040.1900.06286.9660.5385.1
HexE6C2F04130611f3d55
Octal3463023604230643775125
Binary1110011011000010111100001001001101101000111111111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C2F0; }

 p { color: rgb(230,194,240); }

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

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

 a { background-color: rgb(230,194,240); }

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

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

 span { border-color: rgb(230,194,240); }

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