Shades of Blue Chalk #F7CDFF
Tints of Blue Chalk #F7CDFF
RGB
CMYK
RGB Variations
Color information
#F7CDFF (or 0xF7CDFF) is known color: Blue Chalk. HEX triplet: F7, CD and FF. RGB value is (247,205,255). Sum of RGB (Red+Green+Blue) = 247+205+255=707 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.94% from 707); Green value is 205 (80.47% from 255 or 29.00% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #F7CDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CDFF is #083200. Grayscale: #DFDFDF. Windows color (decimal): -537089 or 16764407. OLE color: 16764407.
HSL color Cylindrical-coordinate representation of color #F7CDFF: hue angle of 290.4º 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 #F7CDFF is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 205 | 255 | - |
| CMYK | 0.03 | 0.20 | 0 | 0 |
| HSL | 290.4º | 1% | 0.9% | - |
| HSV(B) | 290.4º | 0.2% | 1% | - |
| XYZ | 78.24 | 70.66 | 104.12 | - |
| YUV | 223.26 | 145.91 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 205 | 255 | 0.03 | 0.20 | 0 | 0 | 290.4 | 1 | 0.9 |
| Hex | F7 | CD | FF | 3 | 14 | 0 | 0 | 122 | 64 | 5A |
| Octal | 367 | 315 | 377 | 3 | 24 | 0 | 0 | 442 | 144 | 132 |
| Binary | 11110111 | 11001101 | 11111111 | 11 | 10100 | 0 | 0 | 100100010 | 1100100 | 1011010 |
Color Harmonies of #F7CDFF
Complementary color
Monochromatic Colors of #F7CDFF
Black with #F7CDFF
Text Example
Text Example
White with #F7CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CDFF; }
p { color: rgb(247,205,255); }
H1.HeaderClassName
{
color: #F7CDFF;
}
.AnyTagClassName
{
color: #F7CDFF;
}
</style>
background-color css
<style>
a { background-color: #F7CDFF; }
a { background-color: rgb(247,205,255); }
div.DivClassName
{
background-color: #F7CDFF;
}
.BgClassName
{
background-color: #F7CDFF;
}
</style>
border-color css
<style>
span { border-color: #F7CDFF; }
span { border-color: rgb(247,205,255); }
td.TdClassName
{
border-color: #F7CDFF;
}
.TagClassName
{
border-color: #F7CDFF;
}
</style>