Shades of Hawkes Blue #CDD7FB
Tints of Hawkes Blue #CDD7FB
RGB
CMYK
RGB Variations
Color information
#CDD7FB (or 0xCDD7FB) is known color: Hawkes Blue. HEX triplet: CD, D7 and FB. RGB value is (205,215,251). Sum of RGB (Red+Green+Blue) = 205+215+251=671 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.55% from 671); Green value is 215 (84.38% from 255 or 32.04% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDD7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD7FB is #322804. Grayscale: #D7D7D7. Windows color (decimal): -3287045 or 16504781. OLE color: 16504781.
HSL color Cylindrical-coordinate representation of color #CDD7FB: hue angle of 226.96º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDD7FB is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 215 | 251 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.02 |
| HSL | 226.96º | 0.85% | 0.89% | - |
| HSV(B) | 226.96º | 0.18% | 0.98% | - |
| XYZ | 66.89 | 68.55 | 100.97 | - |
| YUV | 216.11 | 147.69 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 251 | 0.18 | 0.14 | 0 | 0.02 | 226.96 | 0.85 | 0.89 |
| Hex | CD | D7 | FB | 12 | E | 0 | 2 | E3 | 55 | 59 |
| Octal | 315 | 327 | 373 | 22 | 16 | 0 | 2 | 343 | 125 | 131 |
| Binary | 11001101 | 11010111 | 11111011 | 10010 | 1110 | 0 | 10 | 11100011 | 1010101 | 1011001 |
Color Harmonies of #CDD7FB
Complementary color
Monochromatic Colors of #CDD7FB
Black with #CDD7FB
Text Example
Text Example
White with #CDD7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD7FB; }
p { color: rgb(205,215,251); }
H1.HeaderClassName
{
color: #CDD7FB;
}
.AnyTagClassName
{
color: #CDD7FB;
}
</style>
background-color css
<style>
a { background-color: #CDD7FB; }
a { background-color: rgb(205,215,251); }
div.DivClassName
{
background-color: #CDD7FB;
}
.BgClassName
{
background-color: #CDD7FB;
}
</style>
border-color css
<style>
span { border-color: #CDD7FB; }
span { border-color: rgb(205,215,251); }
td.TdClassName
{
border-color: #CDD7FB;
}
.TagClassName
{
border-color: #CDD7FB;
}
</style>