Shades of Hawkes Blue #CCD8FA
Tints of Hawkes Blue #CCD8FA
RGB
CMYK
RGB Variations
Color information
#CCD8FA (or 0xCCD8FA) is known color: Hawkes Blue. HEX triplet: CC, D8 and FA. RGB value is (204,216,250). Sum of RGB (Red+Green+Blue) = 204+216+250=670 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.45% from 670); Green value is 216 (84.77% from 255 or 32.24% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCD8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD8FA is #332705. Grayscale: #D8D8D8. Windows color (decimal): -3352326 or 16439500. OLE color: 16439500.
HSL color Cylindrical-coordinate representation of color #CCD8FA: hue angle of 224.35º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCD8FA is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 216 | 250 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.02 |
| HSL | 224.35º | 0.82% | 0.89% | - |
| HSV(B) | 224.35º | 0.18% | 0.98% | - |
| XYZ | 66.71 | 68.85 | 100.22 | - |
| YUV | 216.29 | 147.02 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 250 | 0.18 | 0.14 | 0 | 0.02 | 224.35 | 0.82 | 0.89 |
| Hex | CC | D8 | FA | 12 | E | 0 | 2 | E0 | 52 | 59 |
| Octal | 314 | 330 | 372 | 22 | 16 | 0 | 2 | 340 | 122 | 131 |
| Binary | 11001100 | 11011000 | 11111010 | 10010 | 1110 | 0 | 10 | 11100000 | 1010010 | 1011001 |
Color Harmonies of #CCD8FA
Complementary color
Monochromatic Colors of #CCD8FA
Black with #CCD8FA
Text Example
Text Example
White with #CCD8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD8FA; }
p { color: rgb(204,216,250); }
H1.HeaderClassName
{
color: #CCD8FA;
}
.AnyTagClassName
{
color: #CCD8FA;
}
</style>
background-color css
<style>
a { background-color: #CCD8FA; }
a { background-color: rgb(204,216,250); }
div.DivClassName
{
background-color: #CCD8FA;
}
.BgClassName
{
background-color: #CCD8FA;
}
</style>
border-color css
<style>
span { border-color: #CCD8FA; }
span { border-color: rgb(204,216,250); }
td.TdClassName
{
border-color: #CCD8FA;
}
.TagClassName
{
border-color: #CCD8FA;
}
</style>