Shades of Blue Chalk #EDC6FB
Tints of Blue Chalk #EDC6FB
RGB
CMYK
RGB Variations
Color information
#EDC6FB (or 0xEDC6FB) is known color: Blue Chalk. HEX triplet: ED, C6 and FB. RGB value is (237,198,251). Sum of RGB (Red+Green+Blue) = 237+198+251=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 198 (77.73% from 255 or 28.86% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDC6FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC6FB is #123904. Grayscale: #D7D7D7. Windows color (decimal): -1194245 or 16500461. OLE color: 16500461.
HSL color Cylindrical-coordinate representation of color #EDC6FB: hue angle of 284.15º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDC6FB is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 198 | 251 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.02 |
| HSL | 284.15º | 0.87% | 0.88% | - |
| HSV(B) | 284.15º | 0.21% | 0.98% | - |
| XYZ | 72.53 | 65.36 | 100.06 | - |
| YUV | 215.7 | 147.92 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 251 | 0.06 | 0.21 | 0 | 0.02 | 284.15 | 0.87 | 0.88 |
| Hex | ED | C6 | FB | 6 | 15 | 0 | 2 | 11C | 57 | 58 |
| Octal | 355 | 306 | 373 | 6 | 25 | 0 | 2 | 434 | 127 | 130 |
| Binary | 11101101 | 11000110 | 11111011 | 110 | 10101 | 0 | 10 | 100011100 | 1010111 | 1011000 |
Color Harmonies of #EDC6FB
Complementary color
Monochromatic Colors of #EDC6FB
Black with #EDC6FB
Text Example
Text Example
White with #EDC6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC6FB; }
p { color: rgb(237,198,251); }
H1.HeaderClassName
{
color: #EDC6FB;
}
.AnyTagClassName
{
color: #EDC6FB;
}
</style>
background-color css
<style>
a { background-color: #EDC6FB; }
a { background-color: rgb(237,198,251); }
div.DivClassName
{
background-color: #EDC6FB;
}
.BgClassName
{
background-color: #EDC6FB;
}
</style>
border-color css
<style>
span { border-color: #EDC6FB; }
span { border-color: rgb(237,198,251); }
td.TdClassName
{
border-color: #EDC6FB;
}
.TagClassName
{
border-color: #EDC6FB;
}
</style>