#E7CBFF

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

Shades of Blue Chalk #E7CBFF

Tints of Blue Chalk #E7CBFF

Color information

#E7CBFF (or 0xE7CBFF) is unknown color: approx Blue Chalk. HEX triplet: E7, CB and FF. RGB value is (231,203,255). Sum of RGB (Red+Green+Blue) = 231+203+255=689 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.53% from 689); Green value is 203 (79.69% from 255 or 29.46% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7CBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CBFF is #183400. Grayscale: #D9D9D9. Windows color (decimal): -1586177 or 16763879. OLE color: 16763879.

HSL color Cylindrical-coordinate representation of color #E7CBFF: hue angle of 272.31º 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 #E7CBFF is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB231203255-
CMYK0.090.2000
HSL272.31º100%89.8%-
HSV(B)272.31º20.39%100%-
XYZ72.3666.92103.71-
YUV217.3149.28137.77-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.53%
GREEN value IS 203 (79.69% from 255) = 29.46%
BLUE value IS 255 (100% from 255) = 37.01%
R=33.53%
G=29.46%
B=37.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2312032550.090.2000272.3110089.8
HexE7CBFF91400110645a
Octal347313377112400420144132
Binary1110011111001011111111111001101000010001000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CBFF; }

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

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

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

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

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

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

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

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