#EBCEFB

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

Shades of Blue Chalk #EBCEFB

Tints of Blue Chalk #EBCEFB

Color information

#EBCEFB (or 0xEBCEFB) is unknown color: approx Blue Chalk. HEX triplet: EB, CE and FB. RGB value is (235,206,251). Sum of RGB (Red+Green+Blue) = 235+206+251=692 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.96% from 692); Green value is 206 (80.86% from 255 or 29.77% from 692); Blue value is 251 (98.44% from 255 or 36.27% from 692); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBCEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCEFB is #143104. Grayscale: #DBDBDB. Windows color (decimal): -1323269 or 16502507. OLE color: 16502507.

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

Color convert

RGB235206251-
CMYK0.060.1800.02
HSL278.67º84.91%89.61%-
HSV(B)278.67º17.93%98.43%-
XYZ73.7468.77100.65-
YUV219.8145.61138.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.96%
GREEN value IS 206 (80.86% from 255) = 29.77%
BLUE value IS 251 (98.44% from 255) = 36.27%
R=33.96%
G=29.77%
B=36.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352062510.060.1800.02278.6784.9189.61
HexEBCEFB61202117555a
Octal35331637362202427125132
Binary1110101111001110111110111101001001010001011110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCEFB; }

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

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

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

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

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

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

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

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