#EBC8F2

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

Shades of Blue Chalk #EBC8F2

Tints of Blue Chalk #EBC8F2

Color information

#EBC8F2 (or 0xEBC8F2) is unknown color: approx Blue Chalk. HEX triplet: EB, C8 and F2. RGB value is (235,200,242). Sum of RGB (Red+Green+Blue) = 235+200+242=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 200 (78.52% from 255 or 29.54% from 677); Blue value is 242 (94.92% from 255 or 35.75% from 677); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBC8F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC8F2 is #14370D. Grayscale: #D7D7D7. Windows color (decimal): -1324814 or 15911147. OLE color: 15911147.

HSL color Cylindrical-coordinate representation of color #EBC8F2: hue angle of 290º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBC8F2 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235200242-
CMYK0.030.1700.05
HSL290º61.76%86.67%-
HSV(B)290º17.36%94.9%-
XYZ70.9465.3892.89-
YUV215.25143.1142.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.71%
GREEN value IS 200 (78.52% from 255) = 29.54%
BLUE value IS 242 (94.92% from 255) = 35.75%
R=34.71%
G=29.54%
B=35.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352002420.030.1700.0529061.7686.67
HexEBC8F2311051223e57
Octal3533103623210544276127
Binary111010111100100011110010111000101011001000101111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC8F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC8F2; }

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

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

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

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

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

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

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

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