Shades of Blue Chalk #EBCDFF
Tints of Blue Chalk #EBCDFF
RGB
CMYK
RGB Variations
Color information
#EBCDFF (or 0xEBCDFF) is known color: Blue Chalk. HEX triplet: EB, CD and FF. RGB value is (235,205,255). Sum of RGB (Red+Green+Blue) = 235+205+255=695 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.81% from 695); Green value is 205 (80.47% from 255 or 29.50% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBCDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCDFF is #143200. Grayscale: #DBDBDB. Windows color (decimal): -1323521 or 16764395. OLE color: 16764395.
HSL color Cylindrical-coordinate representation of color #EBCDFF: hue angle of 276º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBCDFF is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 205 | 255 | - |
| CMYK | 0.08 | 0.20 | 0 | 0 |
| HSL | 276º | 1% | 0.9% | - |
| HSV(B) | 276º | 0.2% | 1% | - |
| XYZ | 74.14 | 68.54 | 103.93 | - |
| YUV | 219.67 | 147.94 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 255 | 0.08 | 0.20 | 0 | 0 | 276 | 1 | 0.9 |
| Hex | EB | CD | FF | 8 | 14 | 0 | 0 | 114 | 64 | 5A |
| Octal | 353 | 315 | 377 | 10 | 24 | 0 | 0 | 424 | 144 | 132 |
| Binary | 11101011 | 11001101 | 11111111 | 1000 | 10100 | 0 | 0 | 100010100 | 1100100 | 1011010 |
Color Harmonies of #EBCDFF
Complementary color
Monochromatic Colors of #EBCDFF
Black with #EBCDFF
Text Example
Text Example
White with #EBCDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCDFF; }
p { color: rgb(235,205,255); }
H1.HeaderClassName
{
color: #EBCDFF;
}
.AnyTagClassName
{
color: #EBCDFF;
}
</style>
background-color css
<style>
a { background-color: #EBCDFF; }
a { background-color: rgb(235,205,255); }
div.DivClassName
{
background-color: #EBCDFF;
}
.BgClassName
{
background-color: #EBCDFF;
}
</style>
border-color css
<style>
span { border-color: #EBCDFF; }
span { border-color: rgb(235,205,255); }
td.TdClassName
{
border-color: #EBCDFF;
}
.TagClassName
{
border-color: #EBCDFF;
}
</style>