#EBCFFB

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

Shades of Blue Chalk #EBCFFB

Tints of Blue Chalk #EBCFFB

Color information

#EBCFFB (or 0xEBCFFB) is unknown color: approx Blue Chalk. HEX triplet: EB, CF and FB. RGB value is (235,207,251). Sum of RGB (Red+Green+Blue) = 235+207+251=693 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.91% from 693); Green value is 207 (81.25% from 255 or 29.87% from 693); Blue value is 251 (98.44% from 255 or 36.22% from 693); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBCFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCFFB is #143004. Grayscale: #DCDCDC. Windows color (decimal): -1323013 or 16502763. OLE color: 16502763.

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

Color convert

RGB235207251-
CMYK0.060.1800.02
HSL278.18º84.62%89.8%-
HSV(B)278.18º17.53%98.43%-
XYZ73.9969.25100.73-
YUV220.39145.28138.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.91%
GREEN value IS 207 (81.25% from 255) = 29.87%
BLUE value IS 251 (98.44% from 255) = 36.22%
R=33.91%
G=29.87%
B=36.22%

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
Decimal2352072510.060.1800.02278.1884.6289.8
HexEBCFFB61202116555a
Octal35331737362202426125132
Binary1110101111001111111110111101001001010001011010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCFFB; }

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

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

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

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

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

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

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

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