Shades of Hawkes Blue #CCDFF8
Tints of Hawkes Blue #CCDFF8
RGB
CMYK
RGB Variations
Color information
#CCDFF8 (or 0xCCDFF8) is known color: Hawkes Blue. HEX triplet: CC, DF and F8. RGB value is (204,223,248). Sum of RGB (Red+Green+Blue) = 204+223+248=675 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.22% from 675); Green value is 223 (87.5% from 255 or 33.04% from 675); Blue value is 248 (97.27% from 255 or 36.74% from 675); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCDFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDFF8 is #332007. Grayscale: #DCDCDC. Windows color (decimal): -3350536 or 16310220. OLE color: 16310220.
HSL color Cylindrical-coordinate representation of color #CCDFF8: hue angle of 214.09º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCDFF8 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 223 | 248 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.03 |
| HSL | 214.09º | 0.76% | 0.89% | - |
| HSV(B) | 214.09º | 0.18% | 0.97% | - |
| XYZ | 68.23 | 72.39 | 99.18 | - |
| YUV | 220.17 | 143.71 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 248 | 0.18 | 0.10 | 0 | 0.03 | 214.09 | 0.76 | 0.89 |
| Hex | CC | DF | F8 | 12 | A | 0 | 3 | D6 | 4C | 59 |
| Octal | 314 | 337 | 370 | 22 | 12 | 0 | 3 | 326 | 114 | 131 |
| Binary | 11001100 | 11011111 | 11111000 | 10010 | 1010 | 0 | 11 | 11010110 | 1001100 | 1011001 |
Color Harmonies of #CCDFF8
Complementary color
Monochromatic Colors of #CCDFF8
Black with #CCDFF8
Text Example
Text Example
White with #CCDFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFF8; }
p { color: rgb(204,223,248); }
H1.HeaderClassName
{
color: #CCDFF8;
}
.AnyTagClassName
{
color: #CCDFF8;
}
</style>
background-color css
<style>
a { background-color: #CCDFF8; }
a { background-color: rgb(204,223,248); }
div.DivClassName
{
background-color: #CCDFF8;
}
.BgClassName
{
background-color: #CCDFF8;
}
</style>
border-color css
<style>
span { border-color: #CCDFF8; }
span { border-color: rgb(204,223,248); }
td.TdClassName
{
border-color: #CCDFF8;
}
.TagClassName
{
border-color: #CCDFF8;
}
</style>