#E7CBF9

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

Shades of Blue Chalk #E7CBF9

Tints of Blue Chalk #E7CBF9

Color information

#E7CBF9 (or 0xE7CBF9) is unknown color: approx Blue Chalk. HEX triplet: E7, CB and F9. RGB value is (231,203,249). Sum of RGB (Red+Green+Blue) = 231+203+249=683 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.82% from 683); Green value is 203 (79.69% from 255 or 29.72% from 683); Blue value is 249 (97.66% from 255 or 36.46% from 683); Max value from RGB is 249 - color contains mainly: blue. Hex color #E7CBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CBF9 is #183406. Grayscale: #D8D8D8. Windows color (decimal): -1586183 or 16370663. OLE color: 16370663.

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

Color convert

RGB231203249-
CMYK0.070.1800.02
HSL276.52º79.31%88.63%-
HSV(B)276.52º18.47%97.65%-
XYZ71.4166.5498.7-
YUV216.62146.28138.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.82%
GREEN value IS 203 (79.69% from 255) = 29.72%
BLUE value IS 249 (97.66% from 255) = 36.46%
R=33.82%
G=29.72%
B=36.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2312032490.070.1800.02276.5279.3188.63
HexE7CBF9712021154f59
Octal34731337172202425117131
Binary1110011111001011111110011111001001010001010110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CBF9; }

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

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

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

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

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

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

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

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