#EBCDF7

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

Shades of Blue Chalk #EBCDF7

Tints of Blue Chalk #EBCDF7

Color information

#EBCDF7 (or 0xEBCDF7) is unknown color: approx Blue Chalk. HEX triplet: EB, CD and F7. RGB value is (235,205,247). Sum of RGB (Red+Green+Blue) = 235+205+247=687 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.21% from 687); Green value is 205 (80.47% from 255 or 29.84% from 687); Blue value is 247 (96.88% from 255 or 35.95% from 687); Max value from RGB is 247 - color contains mainly: blue. Hex color #EBCDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCDF7 is #143208. Grayscale: #DADADA. Windows color (decimal): -1323529 or 16240107. OLE color: 16240107.

HSL color Cylindrical-coordinate representation of color #EBCDF7: hue angle of 282.86º 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 #EBCDF7 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB235205247-
CMYK0.050.1700.03
HSL282.86º72.41%88.63%-
HSV(B)282.86º17%96.86%-
XYZ72.8868.0497.29-
YUV218.76143.94139.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.21%
GREEN value IS 205 (80.47% from 255) = 29.84%
BLUE value IS 247 (96.88% from 255) = 35.95%
R=34.21%
G=29.84%
B=35.95%

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
Decimal2352052470.050.1700.03282.8672.4188.63
HexEBCDF75110311b4859
Octal35331536752103433110131
Binary1110101111001101111101111011000101110001101110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDF7; }

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

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

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

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

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

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

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

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