Shades of Hawkes Blue #CFDAFE
Tints of Hawkes Blue #CFDAFE
RGB
CMYK
RGB Variations
Color information
#CFDAFE (or 0xCFDAFE) is known color: Hawkes Blue. HEX triplet: CF, DA and FE. RGB value is (207,218,254). Sum of RGB (Red+Green+Blue) = 207+218+254=679 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.49% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFDAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDAFE is #302501. Grayscale: #DADADA. Windows color (decimal): -3155202 or 16702159. OLE color: 16702159.
HSL color Cylindrical-coordinate representation of color #CFDAFE: hue angle of 225.96º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFDAFE is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 218 | 254 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.00 |
| HSL | 225.96º | 0.96% | 0.9% | - |
| HSV(B) | 225.96º | 0.19% | 1% | - |
| XYZ | 68.69 | 70.56 | 103.77 | - |
| YUV | 218.82 | 147.86 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 254 | 0.19 | 0.14 | 0 | 0.00 | 225.96 | 0.96 | 0.9 |
| Hex | CF | DA | FE | 13 | E | 0 | 0 | E2 | 60 | 5A |
| Octal | 317 | 332 | 376 | 23 | 16 | 0 | 0 | 342 | 140 | 132 |
| Binary | 11001111 | 11011010 | 11111110 | 10011 | 1110 | 0 | 0 | 11100010 | 1100000 | 1011010 |
Color Harmonies of #CFDAFE
Complementary color
Monochromatic Colors of #CFDAFE
Black with #CFDAFE
Text Example
Text Example
White with #CFDAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDAFE; }
p { color: rgb(207,218,254); }
H1.HeaderClassName
{
color: #CFDAFE;
}
.AnyTagClassName
{
color: #CFDAFE;
}
</style>
background-color css
<style>
a { background-color: #CFDAFE; }
a { background-color: rgb(207,218,254); }
div.DivClassName
{
background-color: #CFDAFE;
}
.BgClassName
{
background-color: #CFDAFE;
}
</style>
border-color css
<style>
span { border-color: #CFDAFE; }
span { border-color: rgb(207,218,254); }
td.TdClassName
{
border-color: #CFDAFE;
}
.TagClassName
{
border-color: #CFDAFE;
}
</style>