#E7CFFB

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

Shades of Blue Chalk #E7CFFB

Tints of Blue Chalk #E7CFFB

Color information

#E7CFFB (or 0xE7CFFB) is unknown color: approx Blue Chalk. HEX triplet: E7, CF and FB. RGB value is (231,207,251). Sum of RGB (Red+Green+Blue) = 231+207+251=689 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.53% from 689); Green value is 207 (81.25% from 255 or 30.04% from 689); Blue value is 251 (98.44% from 255 or 36.43% from 689); Max value from RGB is 251 - color contains mainly: blue. Hex color #E7CFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CFFB is #183004. Grayscale: #DBDBDB. Windows color (decimal): -1585157 or 16502759. OLE color: 16502759.

HSL color Cylindrical-coordinate representation of color #E7CFFB: hue angle of 272.73º 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 #E7CFFB is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB231207251-
CMYK0.080.1800.02
HSL272.73º84.62%89.8%-
HSV(B)272.73º17.53%98.43%-
XYZ72.6868.58100.67-
YUV219.19145.95136.42-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.53%
GREEN value IS 207 (81.25% from 255) = 30.04%
BLUE value IS 251 (98.44% from 255) = 36.43%
R=33.53%
G=30.04%
B=36.43%

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
Decimal2312072510.080.1800.02272.7384.6289.8
HexE7CFFB81202111555a
Octal347317373102202421125132
Binary11100111110011111111101110001001001010001000110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CFFB; }

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

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

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

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

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

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

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

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