Shades of Blue Chalk #EDCEFF
Tints of Blue Chalk #EDCEFF
RGB
CMYK
RGB Variations
Color information
#EDCEFF (or 0xEDCEFF) is known color: Blue Chalk. HEX triplet: ED, CE and FF. RGB value is (237,206,255). Sum of RGB (Red+Green+Blue) = 237+206+255=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 206 (80.86% from 255 or 29.51% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDCEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCEFF is #123100. Grayscale: #DCDCDC. Windows color (decimal): -1192193 or 16764653. OLE color: 16764653.
HSL color Cylindrical-coordinate representation of color #EDCEFF: hue angle of 277.96º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDCEFF is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 206 | 255 | - |
| CMYK | 0.07 | 0.19 | 0 | 0 |
| HSL | 277.96º | 1% | 0.9% | - |
| HSV(B) | 277.96º | 0.19% | 1% | - |
| XYZ | 75.05 | 69.37 | 104.04 | - |
| YUV | 220.86 | 147.27 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 255 | 0.07 | 0.19 | 0 | 0 | 277.96 | 1 | 0.9 |
| Hex | ED | CE | FF | 7 | 13 | 0 | 0 | 116 | 64 | 5A |
| Octal | 355 | 316 | 377 | 7 | 23 | 0 | 0 | 426 | 144 | 132 |
| Binary | 11101101 | 11001110 | 11111111 | 111 | 10011 | 0 | 0 | 100010110 | 1100100 | 1011010 |
Color Harmonies of #EDCEFF
Complementary color
Monochromatic Colors of #EDCEFF
Black with #EDCEFF
Text Example
Text Example
White with #EDCEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCEFF; }
p { color: rgb(237,206,255); }
H1.HeaderClassName
{
color: #EDCEFF;
}
.AnyTagClassName
{
color: #EDCEFF;
}
</style>
background-color css
<style>
a { background-color: #EDCEFF; }
a { background-color: rgb(237,206,255); }
div.DivClassName
{
background-color: #EDCEFF;
}
.BgClassName
{
background-color: #EDCEFF;
}
</style>
border-color css
<style>
span { border-color: #EDCEFF; }
span { border-color: rgb(237,206,255); }
td.TdClassName
{
border-color: #EDCEFF;
}
.TagClassName
{
border-color: #EDCEFF;
}
</style>