#EBCEF9

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

Shades of Blue Chalk #EBCEF9

Tints of Blue Chalk #EBCEF9

Color information

#EBCEF9 (or 0xEBCEF9) is unknown color: approx Blue Chalk. HEX triplet: EB, CE and F9. RGB value is (235,206,249). Sum of RGB (Red+Green+Blue) = 235+206+249=690 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.06% from 690); Green value is 206 (80.86% from 255 or 29.86% from 690); Blue value is 249 (97.66% from 255 or 36.09% from 690); Max value from RGB is 249 - color contains mainly: blue. Hex color #EBCEF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCEF9 is #143106. Grayscale: #DBDBDB. Windows color (decimal): -1323271 or 16371435. OLE color: 16371435.

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

Color convert

RGB235206249-
CMYK0.060.1700.02
HSL280.47º78.18%89.22%-
HSV(B)280.47º17.27%97.65%-
XYZ73.4368.6499-
YUV219.57144.61139-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.06%
GREEN value IS 206 (80.86% from 255) = 29.86%
BLUE value IS 249 (97.66% from 255) = 36.09%
R=34.06%
G=29.86%
B=36.09%

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
Decimal2352062490.060.1700.02280.4778.1889.22
HexEBCEF9611021184e59
Octal35331637162102430116131
Binary1110101111001110111110011101000101010001100010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCEF9; }

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

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

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

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

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

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

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

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