#EBC9F7

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

Shades of Blue Chalk #EBC9F7

Tints of Blue Chalk #EBC9F7

Color information

#EBC9F7 (or 0xEBC9F7) is unknown color: approx Blue Chalk. HEX triplet: EB, C9 and F7. RGB value is (235,201,247). Sum of RGB (Red+Green+Blue) = 235+201+247=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 201 (78.91% from 255 or 29.43% from 683); Blue value is 247 (96.88% from 255 or 36.16% from 683); Max value from RGB is 247 - color contains mainly: blue. Hex color #EBC9F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC9F7 is #143608. Grayscale: #D8D8D8. Windows color (decimal): -1324553 or 16239083. OLE color: 16239083.

HSL color Cylindrical-coordinate representation of color #EBC9F7: hue angle of 284.35º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBC9F7 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB235201247-
CMYK0.050.1900.03
HSL284.35º74.19%87.84%-
HSV(B)284.35º18.62%96.86%-
XYZ71.9466.1596.97-
YUV216.41145.26141.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.41%
GREEN value IS 201 (78.91% from 255) = 29.43%
BLUE value IS 247 (96.88% from 255) = 36.16%
R=34.41%
G=29.43%
B=36.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352012470.050.1900.03284.3574.1987.84
HexEBC9F75130311c4a58
Octal35331136752303434112130
Binary1110101111001001111101111011001101110001110010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC9F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC9F7; }

 p { color: rgb(235,201,247); }

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

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

 a { background-color: rgb(235,201,247); }

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

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

 span { border-color: rgb(235,201,247); }

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