#EBC8F9

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

Shades of Blue Chalk #EBC8F9

Tints of Blue Chalk #EBC8F9

Color information

#EBC8F9 (or 0xEBC8F9) is unknown color: approx Blue Chalk. HEX triplet: EB, C8 and F9. RGB value is (235,200,249). Sum of RGB (Red+Green+Blue) = 235+200+249=684 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.36% from 684); Green value is 200 (78.52% from 255 or 29.24% 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 #EBC8F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC8F9 is #143706. Grayscale: #D7D7D7. Windows color (decimal): -1324807 or 16369899. OLE color: 16369899.

HSL color Cylindrical-coordinate representation of color #EBC8F9: hue angle of 282.86º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBC8F9 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235200249-
CMYK0.060.2000.02
HSL282.86º80.33%88.04%-
HSV(B)282.86º19.68%97.65%-
XYZ72.0165.8198.53-
YUV216.05146.6141.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.36%
GREEN value IS 200 (78.52% from 255) = 29.24%
BLUE value IS 249 (97.66% from 255) = 36.40%
R=34.36%
G=29.24%
B=36.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352002490.060.2000.02282.8680.3388.04
HexEBC8F96140211b5058
Octal35331037162402433120130
Binary1110101111001000111110011101010001010001101110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC8F9; }

 p { color: rgb(235,200,249); }

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

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

 a { background-color: rgb(235,200,249); }

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

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

 span { border-color: rgb(235,200,249); }

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