#E6CBFA

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

Shades of Blue Chalk #E6CBFA

Tints of Blue Chalk #E6CBFA

Color information

#E6CBFA (or 0xE6CBFA) is unknown color: approx Blue Chalk. HEX triplet: E6, CB and FA. RGB value is (230,203,250). Sum of RGB (Red+Green+Blue) = 230+203+250=683 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.67% from 683); Green value is 203 (79.69% from 255 or 29.72% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6CBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CBFA is #193405. Grayscale: #D8D8D8. Windows color (decimal): -1651718 or 16436198. OLE color: 16436198.

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

Color convert

RGB230203250-
CMYK0.080.1900.02
HSL274.47º82.46%88.82%-
HSV(B)274.47º18.8%98.04%-
XYZ71.2466.4499.51-
YUV216.43146.95137.68-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.67%
GREEN value IS 203 (79.69% from 255) = 29.72%
BLUE value IS 250 (98.05% from 255) = 36.60%
R=33.67%
G=29.72%
B=36.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302032500.080.1900.02274.4782.4688.82
HexE6CBFA813021125259
Octal346313372102302422122131
Binary11100110110010111111101010001001101010001001010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CBFA; }

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

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

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

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

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

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

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

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