Shades of Hawkes Blue #CDD5F8
Tints of Hawkes Blue #CDD5F8
RGB
CMYK
RGB Variations
Color information
#CDD5F8 (or 0xCDD5F8) is known color: Hawkes Blue. HEX triplet: CD, D5 and F8. RGB value is (205,213,248). Sum of RGB (Red+Green+Blue) = 205+213+248=666 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.78% from 666); Green value is 213 (83.59% from 255 or 31.98% from 666); Blue value is 248 (97.27% from 255 or 37.24% from 666); Max value from RGB is 248 - color contains mainly: blue. Hex color #CDD5F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD5F8 is #322A07. Grayscale: #D6D6D6. Windows color (decimal): -3287560 or 16307661. OLE color: 16307661.
HSL color Cylindrical-coordinate representation of color #CDD5F8: hue angle of 228.84º 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 #CDD5F8 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 213 | 248 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.03 |
| HSL | 228.84º | 0.75% | 0.89% | - |
| HSV(B) | 228.84º | 0.17% | 0.97% | - |
| XYZ | 65.91 | 67.34 | 98.33 | - |
| YUV | 214.6 | 146.85 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 248 | 0.17 | 0.14 | 0 | 0.03 | 228.84 | 0.75 | 0.89 |
| Hex | CD | D5 | F8 | 11 | E | 0 | 3 | E5 | 4B | 59 |
| Octal | 315 | 325 | 370 | 21 | 16 | 0 | 3 | 345 | 113 | 131 |
| Binary | 11001101 | 11010101 | 11111000 | 10001 | 1110 | 0 | 11 | 11100101 | 1001011 | 1011001 |
Color Harmonies of #CDD5F8
Complementary color
Monochromatic Colors of #CDD5F8
Black with #CDD5F8
Text Example
Text Example
White with #CDD5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD5F8; }
p { color: rgb(205,213,248); }
H1.HeaderClassName
{
color: #CDD5F8;
}
.AnyTagClassName
{
color: #CDD5F8;
}
</style>
background-color css
<style>
a { background-color: #CDD5F8; }
a { background-color: rgb(205,213,248); }
div.DivClassName
{
background-color: #CDD5F8;
}
.BgClassName
{
background-color: #CDD5F8;
}
</style>
border-color css
<style>
span { border-color: #CDD5F8; }
span { border-color: rgb(205,213,248); }
td.TdClassName
{
border-color: #CDD5F8;
}
.TagClassName
{
border-color: #CDD5F8;
}
</style>