Shades of Hawkes Blue #CCDDFD
Tints of Hawkes Blue #CCDDFD
RGB
CMYK
RGB Variations
Color information
#CCDDFD (or 0xCCDDFD) is known color: Hawkes Blue. HEX triplet: CC, DD and FD. RGB value is (204,221,253). Sum of RGB (Red+Green+Blue) = 204+221+253=678 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.09% from 678); Green value is 221 (86.72% from 255 or 32.60% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCDDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDDFD is #332202. Grayscale: #DBDBDB. Windows color (decimal): -3351043 or 16637388. OLE color: 16637388.
HSL color Cylindrical-coordinate representation of color #CCDDFD: hue angle of 219.18º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCDDFD is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 221 | 253 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.01 |
| HSL | 219.18º | 0.92% | 0.9% | - |
| HSV(B) | 219.18º | 0.19% | 0.99% | - |
| XYZ | 68.49 | 71.64 | 103.15 | - |
| YUV | 219.57 | 146.87 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 253 | 0.19 | 0.13 | 0 | 0.01 | 219.18 | 0.92 | 0.9 |
| Hex | CC | DD | FD | 13 | D | 0 | 1 | DB | 5C | 5A |
| Octal | 314 | 335 | 375 | 23 | 15 | 0 | 1 | 333 | 134 | 132 |
| Binary | 11001100 | 11011101 | 11111101 | 10011 | 1101 | 0 | 1 | 11011011 | 1011100 | 1011010 |
Color Harmonies of #CCDDFD
Complementary color
Monochromatic Colors of #CCDDFD
Black with #CCDDFD
Text Example
Text Example
White with #CCDDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDDFD; }
p { color: rgb(204,221,253); }
H1.HeaderClassName
{
color: #CCDDFD;
}
.AnyTagClassName
{
color: #CCDDFD;
}
</style>
background-color css
<style>
a { background-color: #CCDDFD; }
a { background-color: rgb(204,221,253); }
div.DivClassName
{
background-color: #CCDDFD;
}
.BgClassName
{
background-color: #CCDDFD;
}
</style>
border-color css
<style>
span { border-color: #CCDDFD; }
span { border-color: rgb(204,221,253); }
td.TdClassName
{
border-color: #CCDDFD;
}
.TagClassName
{
border-color: #CCDDFD;
}
</style>