#E6CBFF

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

Shades of Blue Chalk #E6CBFF

Tints of Blue Chalk #E6CBFF

Color information

#E6CBFF (or 0xE6CBFF) is unknown color: approx Blue Chalk. HEX triplet: E6, CB and FF. RGB value is (230,203,255). Sum of RGB (Red+Green+Blue) = 230+203+255=688 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.43% from 688); Green value is 203 (79.69% from 255 or 29.51% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6CBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CBFF is #193400. Grayscale: #D8D8D8. Windows color (decimal): -1651713 or 16763878. OLE color: 16763878.

HSL color Cylindrical-coordinate representation of color #E6CBFF: hue angle of 271.15º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6CBFF is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB230203255-
CMYK0.100.2000
HSL271.15º100%89.8%-
HSV(B)271.15º20.39%100%-
XYZ72.0466.75103.7-
YUV217149.45137.27-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.43%
GREEN value IS 203 (79.69% from 255) = 29.51%
BLUE value IS 255 (100% from 255) = 37.06%
R=33.43%
G=29.51%
B=37.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2302032550.100.2000271.1510089.8
HexE6CBFFA140010f645a
Octal346313377122400417144132
Binary1110011011001011111111111010101000010000111111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CBFF; }

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

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

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

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

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

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

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

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