#E6CFFB

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

Shades of Blue Chalk #E6CFFB

Tints of Blue Chalk #E6CFFB

Color information

#E6CFFB (or 0xE6CFFB) is unknown color: approx Blue Chalk. HEX triplet: E6, CF and FB. RGB value is (230,207,251). Sum of RGB (Red+Green+Blue) = 230+207+251=688 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.43% from 688); Green value is 207 (81.25% from 255 or 30.09% from 688); Blue value is 251 (98.44% from 255 or 36.48% from 688); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6CFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CFFB is #193004. Grayscale: #DADADA. Windows color (decimal): -1650693 or 16502758. OLE color: 16502758.

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

Color convert

RGB230207251-
CMYK0.080.1800.02
HSL271.36º84.62%89.8%-
HSV(B)271.36º17.53%98.43%-
XYZ72.3668.41100.66-
YUV218.89146.12135.92-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.43%
GREEN value IS 207 (81.25% from 255) = 30.09%
BLUE value IS 251 (98.44% from 255) = 36.48%
R=33.43%
G=30.09%
B=36.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302072510.080.1800.02271.3684.6289.8
HexE6CFFB8120210f555a
Octal346317373102202417125132
Binary11100110110011111111101110001001001010000111110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CFFB; }

 p { color: rgb(230,207,251); }

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

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

 a { background-color: rgb(230,207,251); }

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

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

 span { border-color: rgb(230,207,251); }

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