#EBC7FA

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

Shades of Blue Chalk #EBC7FA

Tints of Blue Chalk #EBC7FA

Color information

#EBC7FA (or 0xEBC7FA) is unknown color: approx Blue Chalk. HEX triplet: EB, C7 and FA. RGB value is (235,199,250). Sum of RGB (Red+Green+Blue) = 235+199+250=684 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.36% from 684); Green value is 199 (78.12% from 255 or 29.09% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBC7FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC7FA is #143805. Grayscale: #D7D7D7. Windows color (decimal): -1325062 or 16435179. OLE color: 16435179.

HSL color Cylindrical-coordinate representation of color #EBC7FA: hue angle of 282.35º degrees, saturation: 0.84, 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 #EBC7FA is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235199250-
CMYK0.060.2000.02
HSL282.35º83.61%88.04%-
HSV(B)282.35º20.4%98.04%-
XYZ71.9465.4199.28-
YUV215.58147.43141.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.36%
GREEN value IS 199 (78.12% from 255) = 29.09%
BLUE value IS 250 (98.05% from 255) = 36.55%
R=34.36%
G=29.09%
B=36.55%

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
Decimal2351992500.060.2000.02282.3583.6188.04
HexEBC7FA6140211a5458
Octal35330737262402432124130
Binary1110101111000111111110101101010001010001101010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC7FA; }

 p { color: rgb(235,199,250); }

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

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

 a { background-color: rgb(235,199,250); }

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

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

 span { border-color: rgb(235,199,250); }

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