Shades of Blue Chalk #EBCDFD
Tints of Blue Chalk #EBCDFD
RGB
CMYK
RGB Variations
Color information
#EBCDFD (or 0xEBCDFD) is known color: Blue Chalk. HEX triplet: EB, CD and FD. RGB value is (235,205,253). Sum of RGB (Red+Green+Blue) = 235+205+253=693 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.91% from 693); Green value is 205 (80.47% from 255 or 29.58% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBCDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCDFD is #143202. Grayscale: #DBDBDB. Windows color (decimal): -1323523 or 16633323. OLE color: 16633323.
HSL color Cylindrical-coordinate representation of color #EBCDFD: hue angle of 277.5º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBCDFD is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 235 | 205 | 253 | - |
CMYK | 0.07 | 0.19 | 0 | 0.01 |
HSL | 277.5º | 0.92% | 0.9% | - |
HSV(B) | 277.5º | 0.19% | 0.99% | - |
XYZ | 73.82 | 68.42 | 102.24 | - |
YUV | 219.44 | 146.94 | 139.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 205 | 253 | 0.07 | 0.19 | 0 | 0.01 | 277.5 | 0.92 | 0.9 |
Hex | EB | CD | FD | 7 | 13 | 0 | 1 | 116 | 5C | 5A |
Octal | 353 | 315 | 375 | 7 | 23 | 0 | 1 | 426 | 134 | 132 |
Binary | 11101011 | 11001101 | 11111101 | 111 | 10011 | 0 | 1 | 100010110 | 1011100 | 1011010 |
Color Harmonies of #EBCDFD
Complementary color
Monochromatic Colors of #EBCDFD
Black with #EBCDFD
Text Example
Text Example
White with #EBCDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCDFD; }
p { color: rgb(235,205,253); }
H1.HeaderClassName
{
color: #EBCDFD;
}
.AnyTagClassName
{
color: #EBCDFD;
}
</style>
background-color css
<style>
a { background-color: #EBCDFD; }
a { background-color: rgb(235,205,253); }
div.DivClassName
{
background-color: #EBCDFD;
}
.BgClassName
{
background-color: #EBCDFD;
}
</style>
border-color css
<style>
span { border-color: #EBCDFD; }
span { border-color: rgb(235,205,253); }
td.TdClassName
{
border-color: #EBCDFD;
}
.TagClassName
{
border-color: #EBCDFD;
}
</style>