#E6CBFE

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

Shades of Blue Chalk #E6CBFE

Tints of Blue Chalk #E6CBFE

Color information

#E6CBFE (or 0xE6CBFE) is unknown color: approx Blue Chalk. HEX triplet: E6, CB and FE. RGB value is (230,203,254). Sum of RGB (Red+Green+Blue) = 230+203+254=687 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.48% from 687); Green value is 203 (79.69% from 255 or 29.55% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6CBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CBFE is #193401. Grayscale: #D8D8D8. Windows color (decimal): -1651714 or 16698342. OLE color: 16698342.

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

Color convert

RGB230203254-
CMYK0.090.2000.00
HSL271.76º96.23%89.61%-
HSV(B)271.76º20.08%99.61%-
XYZ71.8866.69102.85-
YUV216.89148.95137.35-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.48%
GREEN value IS 203 (79.69% from 255) = 29.55%
BLUE value IS 254 (99.61% from 255) = 36.97%
R=33.48%
G=29.55%
B=36.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2302032540.090.2000.00271.7696.2389.61
HexE6CBFE91400110605a
Octal346313376112400420140132
Binary1110011011001011111111101001101000010001000011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CBFE; }

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

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

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

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

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

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

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

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