#EBCEF7

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

Shades of Blue Chalk #EBCEF7

Tints of Blue Chalk #EBCEF7

Color information

#EBCEF7 (or 0xEBCEF7) is unknown color: approx Blue Chalk. HEX triplet: EB, CE and F7. RGB value is (235,206,247). Sum of RGB (Red+Green+Blue) = 235+206+247=688 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.16% from 688); Green value is 206 (80.86% from 255 or 29.94% from 688); Blue value is 247 (96.88% from 255 or 35.90% from 688); Max value from RGB is 247 - color contains mainly: blue. Hex color #EBCEF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCEF7 is #143108. Grayscale: #DBDBDB. Windows color (decimal): -1323273 or 16240363. OLE color: 16240363.

HSL color Cylindrical-coordinate representation of color #EBCEF7: hue angle of 282.44º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBCEF7 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB235206247-
CMYK0.050.1700.03
HSL282.44º71.93%88.82%-
HSV(B)282.44º16.6%96.86%-
XYZ73.1268.5297.37-
YUV219.35143.61139.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.16%
GREEN value IS 206 (80.86% from 255) = 29.94%
BLUE value IS 247 (96.88% from 255) = 35.90%
R=34.16%
G=29.94%
B=35.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352062470.050.1700.03282.4471.9388.82
HexEBCEF75110311a4859
Octal35331636752103432110131
Binary1110101111001110111101111011000101110001101010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCEF7; }

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

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

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

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

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

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

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

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