Shades of Hawkes Blue #CCD8FE
Tints of Hawkes Blue #CCD8FE
RGB
CMYK
RGB Variations
Color information
#CCD8FE (or 0xCCD8FE) is known color: Hawkes Blue. HEX triplet: CC, D8 and FE. RGB value is (204,216,254). Sum of RGB (Red+Green+Blue) = 204+216+254=674 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.27% from 674); Green value is 216 (84.77% from 255 or 32.05% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCD8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD8FE is #332701. Grayscale: #D8D8D8. Windows color (decimal): -3352322 or 16701644. OLE color: 16701644.
HSL color Cylindrical-coordinate representation of color #CCD8FE: hue angle of 225.6º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCD8FE is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 216 | 254 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.00 |
| HSL | 225.6º | 0.96% | 0.9% | - |
| HSV(B) | 225.6º | 0.2% | 1% | - |
| XYZ | 67.35 | 69.1 | 103.55 | - |
| YUV | 216.74 | 149.02 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 254 | 0.20 | 0.15 | 0 | 0.00 | 225.6 | 0.96 | 0.9 |
| Hex | CC | D8 | FE | 14 | F | 0 | 0 | E2 | 60 | 5A |
| Octal | 314 | 330 | 376 | 24 | 17 | 0 | 0 | 342 | 140 | 132 |
| Binary | 11001100 | 11011000 | 11111110 | 10100 | 1111 | 0 | 0 | 11100010 | 1100000 | 1011010 |
Color Harmonies of #CCD8FE
Complementary color
Monochromatic Colors of #CCD8FE
Black with #CCD8FE
Text Example
Text Example
White with #CCD8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD8FE; }
p { color: rgb(204,216,254); }
H1.HeaderClassName
{
color: #CCD8FE;
}
.AnyTagClassName
{
color: #CCD8FE;
}
</style>
background-color css
<style>
a { background-color: #CCD8FE; }
a { background-color: rgb(204,216,254); }
div.DivClassName
{
background-color: #CCD8FE;
}
.BgClassName
{
background-color: #CCD8FE;
}
</style>
border-color css
<style>
span { border-color: #CCD8FE; }
span { border-color: rgb(204,216,254); }
td.TdClassName
{
border-color: #CCD8FE;
}
.TagClassName
{
border-color: #CCD8FE;
}
</style>