#EBCFFA

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

Shades of Blue Chalk #EBCFFA

Tints of Blue Chalk #EBCFFA

Color information

#EBCFFA (or 0xEBCFFA) is unknown color: approx Blue Chalk. HEX triplet: EB, CF and FA. RGB value is (235,207,250). Sum of RGB (Red+Green+Blue) = 235+207+250=692 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.96% from 692); Green value is 207 (81.25% from 255 or 29.91% from 692); Blue value is 250 (98.05% from 255 or 36.13% from 692); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBCFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCFFA is #143005. Grayscale: #DCDCDC. Windows color (decimal): -1323014 or 16437227. OLE color: 16437227.

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

Color convert

RGB235207250-
CMYK0.060.1700.02
HSL279.07º81.13%89.61%-
HSV(B)279.07º17.2%98.04%-
XYZ73.8369.1999.91-
YUV220.27144.78138.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.96%
GREEN value IS 207 (81.25% from 255) = 29.91%
BLUE value IS 250 (98.05% from 255) = 36.13%
R=33.96%
G=29.91%
B=36.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352072500.060.1700.02279.0781.1389.61
HexEBCFFA61102117515a
Octal35331737262102427121132
Binary1110101111001111111110101101000101010001011110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCFFA; }

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

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

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

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

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

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

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

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