Shades of Hawkes Blue #CDDFF8
Tints of Hawkes Blue #CDDFF8
RGB
CMYK
RGB Variations
Color information
#CDDFF8 (or 0xCDDFF8) is known color: Hawkes Blue. HEX triplet: CD, DF and F8. RGB value is (205,223,248). Sum of RGB (Red+Green+Blue) = 205+223+248=676 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.33% from 676); Green value is 223 (87.5% from 255 or 32.99% from 676); Blue value is 248 (97.27% from 255 or 36.69% from 676); Max value from RGB is 248 - color contains mainly: blue. Hex color #CDDFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDFF8 is #322007. Grayscale: #DCDCDC. Windows color (decimal): -3285000 or 16310221. OLE color: 16310221.
HSL color Cylindrical-coordinate representation of color #CDDFF8: hue angle of 214.88º 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 #CDDFF8 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 223 | 248 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.03 |
| HSL | 214.88º | 0.75% | 0.89% | - |
| HSV(B) | 214.88º | 0.17% | 0.97% | - |
| XYZ | 68.51 | 72.53 | 99.2 | - |
| YUV | 220.47 | 143.54 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 248 | 0.17 | 0.10 | 0 | 0.03 | 214.88 | 0.75 | 0.89 |
| Hex | CD | DF | F8 | 11 | A | 0 | 3 | D7 | 4B | 59 |
| Octal | 315 | 337 | 370 | 21 | 12 | 0 | 3 | 327 | 113 | 131 |
| Binary | 11001101 | 11011111 | 11111000 | 10001 | 1010 | 0 | 11 | 11010111 | 1001011 | 1011001 |
Color Harmonies of #CDDFF8
Complementary color
Monochromatic Colors of #CDDFF8
Black with #CDDFF8
Text Example
Text Example
White with #CDDFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDFF8; }
p { color: rgb(205,223,248); }
H1.HeaderClassName
{
color: #CDDFF8;
}
.AnyTagClassName
{
color: #CDDFF8;
}
</style>
background-color css
<style>
a { background-color: #CDDFF8; }
a { background-color: rgb(205,223,248); }
div.DivClassName
{
background-color: #CDDFF8;
}
.BgClassName
{
background-color: #CDDFF8;
}
</style>
border-color css
<style>
span { border-color: #CDDFF8; }
span { border-color: rgb(205,223,248); }
td.TdClassName
{
border-color: #CDDFF8;
}
.TagClassName
{
border-color: #CDDFF8;
}
</style>