Shades of Hawkes Blue #CED7FC
Tints of Hawkes Blue #CED7FC
RGB
CMYK
RGB Variations
Color information
#CED7FC (or 0xCED7FC) is known color: Hawkes Blue. HEX triplet: CE, D7 and FC. RGB value is (206,215,252). Sum of RGB (Red+Green+Blue) = 206+215+252=673 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.61% from 673); Green value is 215 (84.38% from 255 or 31.95% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #CED7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED7FC is #312803. Grayscale: #D8D8D8. Windows color (decimal): -3221508 or 16570318. OLE color: 16570318.
HSL color Cylindrical-coordinate representation of color #CED7FC: hue angle of 228.26º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CED7FC is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 215 | 252 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.01 |
| HSL | 228.26º | 0.88% | 0.9% | - |
| HSV(B) | 228.26º | 0.18% | 0.99% | - |
| XYZ | 67.32 | 68.75 | 101.82 | - |
| YUV | 216.53 | 148.02 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 252 | 0.18 | 0.15 | 0 | 0.01 | 228.26 | 0.88 | 0.9 |
| Hex | CE | D7 | FC | 12 | F | 0 | 1 | E4 | 58 | 5A |
| Octal | 316 | 327 | 374 | 22 | 17 | 0 | 1 | 344 | 130 | 132 |
| Binary | 11001110 | 11010111 | 11111100 | 10010 | 1111 | 0 | 1 | 11100100 | 1011000 | 1011010 |
Color Harmonies of #CED7FC
Complementary color
Monochromatic Colors of #CED7FC
Black with #CED7FC
Text Example
Text Example
White with #CED7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED7FC; }
p { color: rgb(206,215,252); }
H1.HeaderClassName
{
color: #CED7FC;
}
.AnyTagClassName
{
color: #CED7FC;
}
</style>
background-color css
<style>
a { background-color: #CED7FC; }
a { background-color: rgb(206,215,252); }
div.DivClassName
{
background-color: #CED7FC;
}
.BgClassName
{
background-color: #CED7FC;
}
</style>
border-color css
<style>
span { border-color: #CED7FC; }
span { border-color: rgb(206,215,252); }
td.TdClassName
{
border-color: #CED7FC;
}
.TagClassName
{
border-color: #CED7FC;
}
</style>