Shades of Hawkes Blue #CFDFFD
Tints of Hawkes Blue #CFDFFD
RGB
CMYK
RGB Variations
Color information
#CFDFFD (or 0xCFDFFD) is known color: Hawkes Blue. HEX triplet: CF, DF and FD. RGB value is (207,223,253). Sum of RGB (Red+Green+Blue) = 207+223+253=683 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.31% from 683); Green value is 223 (87.5% from 255 or 32.65% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFDFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDFFD is #302002. Grayscale: #DDDDDD. Windows color (decimal): -3153923 or 16637903. OLE color: 16637903.
HSL color Cylindrical-coordinate representation of color #CFDFFD: hue angle of 219.13º 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 #CFDFFD is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 223 | 253 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.01 |
| HSL | 219.13º | 0.92% | 0.9% | - |
| HSV(B) | 219.13º | 0.18% | 0.99% | - |
| XYZ | 69.85 | 73.13 | 103.36 | - |
| YUV | 221.64 | 145.7 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 253 | 0.18 | 0.12 | 0 | 0.01 | 219.13 | 0.92 | 0.9 |
| Hex | CF | DF | FD | 12 | C | 0 | 1 | DB | 5C | 5A |
| Octal | 317 | 337 | 375 | 22 | 14 | 0 | 1 | 333 | 134 | 132 |
| Binary | 11001111 | 11011111 | 11111101 | 10010 | 1100 | 0 | 1 | 11011011 | 1011100 | 1011010 |
Color Harmonies of #CFDFFD
Complementary color
Monochromatic Colors of #CFDFFD
Black with #CFDFFD
Text Example
Text Example
White with #CFDFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDFFD; }
p { color: rgb(207,223,253); }
H1.HeaderClassName
{
color: #CFDFFD;
}
.AnyTagClassName
{
color: #CFDFFD;
}
</style>
background-color css
<style>
a { background-color: #CFDFFD; }
a { background-color: rgb(207,223,253); }
div.DivClassName
{
background-color: #CFDFFD;
}
.BgClassName
{
background-color: #CFDFFD;
}
</style>
border-color css
<style>
span { border-color: #CFDFFD; }
span { border-color: rgb(207,223,253); }
td.TdClassName
{
border-color: #CFDFFD;
}
.TagClassName
{
border-color: #CFDFFD;
}
</style>