Shades of Hawkes Blue #CDD7F8
Tints of Hawkes Blue #CDD7F8
RGB
CMYK
RGB Variations
Color information
#CDD7F8 (or 0xCDD7F8) is known color: Hawkes Blue. HEX triplet: CD, D7 and F8. RGB value is (205,215,248). Sum of RGB (Red+Green+Blue) = 205+215+248=668 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.69% from 668); Green value is 215 (84.38% from 255 or 32.19% from 668); Blue value is 248 (97.27% from 255 or 37.13% from 668); Max value from RGB is 248 - color contains mainly: blue. Hex color #CDD7F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD7F8 is #322807. Grayscale: #D7D7D7. Windows color (decimal): -3287048 or 16308173. OLE color: 16308173.
HSL color Cylindrical-coordinate representation of color #CDD7F8: hue angle of 226.05º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDD7F8 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 215 | 248 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.03 |
| HSL | 226.05º | 0.75% | 0.89% | - |
| HSV(B) | 226.05º | 0.17% | 0.97% | - |
| XYZ | 66.42 | 68.36 | 98.5 | - |
| YUV | 215.77 | 146.19 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 248 | 0.17 | 0.13 | 0 | 0.03 | 226.05 | 0.75 | 0.89 |
| Hex | CD | D7 | F8 | 11 | D | 0 | 3 | E2 | 4B | 59 |
| Octal | 315 | 327 | 370 | 21 | 15 | 0 | 3 | 342 | 113 | 131 |
| Binary | 11001101 | 11010111 | 11111000 | 10001 | 1101 | 0 | 11 | 11100010 | 1001011 | 1011001 |
Color Harmonies of #CDD7F8
Complementary color
Monochromatic Colors of #CDD7F8
Black with #CDD7F8
Text Example
Text Example
White with #CDD7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD7F8; }
p { color: rgb(205,215,248); }
H1.HeaderClassName
{
color: #CDD7F8;
}
.AnyTagClassName
{
color: #CDD7F8;
}
</style>
background-color css
<style>
a { background-color: #CDD7F8; }
a { background-color: rgb(205,215,248); }
div.DivClassName
{
background-color: #CDD7F8;
}
.BgClassName
{
background-color: #CDD7F8;
}
</style>
border-color css
<style>
span { border-color: #CDD7F8; }
span { border-color: rgb(205,215,248); }
td.TdClassName
{
border-color: #CDD7F8;
}
.TagClassName
{
border-color: #CDD7F8;
}
</style>