#E6CBF6

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

Shades of Blue Chalk #E6CBF6

Tints of Blue Chalk #E6CBF6

Color information

#E6CBF6 (or 0xE6CBF6) is unknown color: approx Blue Chalk. HEX triplet: E6, CB and F6. RGB value is (230,203,246). Sum of RGB (Red+Green+Blue) = 230+203+246=679 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.87% from 679); Green value is 203 (79.69% from 255 or 29.90% from 679); Blue value is 246 (96.48% from 255 or 36.23% from 679); Max value from RGB is 246 - color contains mainly: blue. Hex color #E6CBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CBF6 is #193409. Grayscale: #D7D7D7. Windows color (decimal): -1651722 or 16174054. OLE color: 16174054.

HSL color Cylindrical-coordinate representation of color #E6CBF6: hue angle of 277.67º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6CBF6 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB230203246-
CMYK0.070.1700.04
HSL277.67º70.49%88.04%-
HSV(B)277.67º17.48%96.47%-
XYZ70.6266.1996.24-
YUV215.98144.95138-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.87%
GREEN value IS 203 (79.69% from 255) = 29.90%
BLUE value IS 246 (96.48% from 255) = 36.23%
R=33.87%
G=29.90%
B=36.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2302032460.070.1700.04277.6770.4988.04
HexE6CBF6711041164658
Octal34631336672104426106130
Binary11100110110010111111011011110001010010001011010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CBF6; }

 p { color: rgb(230,203,246); }

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

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

 a { background-color: rgb(230,203,246); }

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

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

 span { border-color: rgb(230,203,246); }

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