Shades of Hawkes Blue #CED7FB
Tints of Hawkes Blue #CED7FB
RGB
CMYK
RGB Variations
Color information
#CED7FB (or 0xCED7FB) is known color: Hawkes Blue. HEX triplet: CE, D7 and FB. RGB value is (206,215,251). Sum of RGB (Red+Green+Blue) = 206+215+251=672 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.65% from 672); Green value is 215 (84.38% from 255 or 31.99% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 251 - color contains mainly: blue. Hex color #CED7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED7FB is #312804. Grayscale: #D8D8D8. Windows color (decimal): -3221509 or 16504782. OLE color: 16504782.
HSL color Cylindrical-coordinate representation of color #CED7FB: hue angle of 228º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CED7FB is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 215 | 251 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.02 |
| HSL | 228º | 0.85% | 0.9% | - |
| HSV(B) | 228º | 0.18% | 0.98% | - |
| XYZ | 67.17 | 68.69 | 100.98 | - |
| YUV | 216.41 | 147.52 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 251 | 0.18 | 0.14 | 0 | 0.02 | 228 | 0.85 | 0.9 |
| Hex | CE | D7 | FB | 12 | E | 0 | 2 | E4 | 55 | 5A |
| Octal | 316 | 327 | 373 | 22 | 16 | 0 | 2 | 344 | 125 | 132 |
| Binary | 11001110 | 11010111 | 11111011 | 10010 | 1110 | 0 | 10 | 11100100 | 1010101 | 1011010 |
Color Harmonies of #CED7FB
Complementary color
Monochromatic Colors of #CED7FB
Black with #CED7FB
Text Example
Text Example
White with #CED7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED7FB; }
p { color: rgb(206,215,251); }
H1.HeaderClassName
{
color: #CED7FB;
}
.AnyTagClassName
{
color: #CED7FB;
}
</style>
background-color css
<style>
a { background-color: #CED7FB; }
a { background-color: rgb(206,215,251); }
div.DivClassName
{
background-color: #CED7FB;
}
.BgClassName
{
background-color: #CED7FB;
}
</style>
border-color css
<style>
span { border-color: #CED7FB; }
span { border-color: rgb(206,215,251); }
td.TdClassName
{
border-color: #CED7FB;
}
.TagClassName
{
border-color: #CED7FB;
}
</style>