#EBC7FB

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

Shades of Blue Chalk #EBC7FB

Tints of Blue Chalk #EBC7FB

Color information

#EBC7FB (or 0xEBC7FB) is unknown color: approx Blue Chalk. HEX triplet: EB, C7 and FB. RGB value is (235,199,251). Sum of RGB (Red+Green+Blue) = 235+199+251=685 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.31% from 685); Green value is 199 (78.12% from 255 or 29.05% from 685); Blue value is 251 (98.44% from 255 or 36.64% from 685); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBC7FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC7FB is #143804. Grayscale: #D7D7D7. Windows color (decimal): -1325061 or 16500715. OLE color: 16500715.

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

Color convert

RGB235199251-
CMYK0.060.2100.02
HSL281.54º86.67%88.24%-
HSV(B)281.54º20.72%98.43%-
XYZ72.165.47100.1-
YUV215.69147.93141.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.31%
GREEN value IS 199 (78.12% from 255) = 29.05%
BLUE value IS 251 (98.44% from 255) = 36.64%
R=34.31%
G=29.05%
B=36.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351992510.060.2100.02281.5486.6788.24
HexEBC7FB6150211a5758
Octal35330737362502432127130
Binary1110101111000111111110111101010101010001101010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC7FB; }

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

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

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

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

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

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

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

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