Shades of Hawkes Blue #CFDDFD
Tints of Hawkes Blue #CFDDFD
RGB
CMYK
RGB Variations
Color information
#CFDDFD (or 0xCFDDFD) is known color: Hawkes Blue. HEX triplet: CF, DD and FD. RGB value is (207,221,253). Sum of RGB (Red+Green+Blue) = 207+221+253=681 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.40% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFDDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDDFD is #302202. Grayscale: #DCDCDC. Windows color (decimal): -3154435 or 16637391. OLE color: 16637391.
HSL color Cylindrical-coordinate representation of color #CFDDFD: hue angle of 221.74º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFDDFD is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 221 | 253 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.01 |
| HSL | 221.74º | 0.92% | 0.9% | - |
| HSV(B) | 221.74º | 0.18% | 0.99% | - |
| XYZ | 69.32 | 72.07 | 103.19 | - |
| YUV | 220.46 | 146.36 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 253 | 0.18 | 0.13 | 0 | 0.01 | 221.74 | 0.92 | 0.9 |
| Hex | CF | DD | FD | 12 | D | 0 | 1 | DE | 5C | 5A |
| Octal | 317 | 335 | 375 | 22 | 15 | 0 | 1 | 336 | 134 | 132 |
| Binary | 11001111 | 11011101 | 11111101 | 10010 | 1101 | 0 | 1 | 11011110 | 1011100 | 1011010 |
Color Harmonies of #CFDDFD
Complementary color
Monochromatic Colors of #CFDDFD
Black with #CFDDFD
Text Example
Text Example
White with #CFDDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDFD; }
p { color: rgb(207,221,253); }
H1.HeaderClassName
{
color: #CFDDFD;
}
.AnyTagClassName
{
color: #CFDDFD;
}
</style>
background-color css
<style>
a { background-color: #CFDDFD; }
a { background-color: rgb(207,221,253); }
div.DivClassName
{
background-color: #CFDDFD;
}
.BgClassName
{
background-color: #CFDDFD;
}
</style>
border-color css
<style>
span { border-color: #CFDDFD; }
span { border-color: rgb(207,221,253); }
td.TdClassName
{
border-color: #CFDDFD;
}
.TagClassName
{
border-color: #CFDDFD;
}
</style>