#E8CBF9

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

Shades of Blue Chalk #E8CBF9

Tints of Blue Chalk #E8CBF9

Color information

#E8CBF9 (or 0xE8CBF9) is unknown color: approx Blue Chalk. HEX triplet: E8, CB and F9. RGB value is (232,203,249). Sum of RGB (Red+Green+Blue) = 232+203+249=684 (90% of max value = 765). Red value is 232 (91.02% from 255 or 33.92% from 684); Green value is 203 (79.69% from 255 or 29.68% from 684); Blue value is 249 (97.66% from 255 or 36.40% from 684); Max value from RGB is 249 - color contains mainly: blue. Hex color #E8CBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CBF9 is #173406. Grayscale: #D8D8D8. Windows color (decimal): -1520647 or 16370664. OLE color: 16370664.

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

Color convert

RGB232203249-
CMYK0.070.1800.02
HSL277.83º79.31%88.63%-
HSV(B)277.83º18.47%97.65%-
XYZ71.7366.7198.72-
YUV216.92146.11138.76-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.92%
GREEN value IS 203 (79.69% from 255) = 29.68%
BLUE value IS 249 (97.66% from 255) = 36.40%
R=33.92%
G=29.68%
B=36.40%

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
Decimal2322032490.070.1800.02277.8379.3188.63
HexE8CBF9712021164f59
Octal35031337172202426117131
Binary1110100011001011111110011111001001010001011010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CBF9; }

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

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

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

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

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

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

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

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