Shades of Hawkes Blue #CFDEF3
Tints of Hawkes Blue #CFDEF3
RGB
CMYK
RGB Variations
Color information
#CFDEF3 (or 0xCFDEF3) is known color: Hawkes Blue. HEX triplet: CF, DE and F3. RGB value is (207,222,243). Sum of RGB (Red+Green+Blue) = 207+222+243=672 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.80% from 672); Green value is 222 (87.11% from 255 or 33.04% from 672); Blue value is 243 (95.31% from 255 or 36.16% from 672); Max value from RGB is 243 - color contains mainly: blue. Hex color #CFDEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDEF3 is #30210C. Grayscale: #DBDBDB. Windows color (decimal): -3154189 or 15982287. OLE color: 15982287.
HSL color Cylindrical-coordinate representation of color #CFDEF3: hue angle of 215º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFDEF3 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 222 | 243 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.05 |
| HSL | 215º | 0.6% | 0.88% | - |
| HSV(B) | 215º | 0.15% | 0.95% | - |
| XYZ | 68.03 | 71.98 | 95.1 | - |
| YUV | 219.91 | 141.03 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 243 | 0.15 | 0.09 | 0 | 0.05 | 215 | 0.6 | 0.88 |
| Hex | CF | DE | F3 | F | 9 | 0 | 5 | D7 | 3C | 58 |
| Octal | 317 | 336 | 363 | 17 | 11 | 0 | 5 | 327 | 74 | 130 |
| Binary | 11001111 | 11011110 | 11110011 | 1111 | 1001 | 0 | 101 | 11010111 | 111100 | 1011000 |
Color Harmonies of #CFDEF3
Complementary color
Monochromatic Colors of #CFDEF3
Black with #CFDEF3
Text Example
Text Example
White with #CFDEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDEF3; }
p { color: rgb(207,222,243); }
H1.HeaderClassName
{
color: #CFDEF3;
}
.AnyTagClassName
{
color: #CFDEF3;
}
</style>
background-color css
<style>
a { background-color: #CFDEF3; }
a { background-color: rgb(207,222,243); }
div.DivClassName
{
background-color: #CFDEF3;
}
.BgClassName
{
background-color: #CFDEF3;
}
</style>
border-color css
<style>
span { border-color: #CFDEF3; }
span { border-color: rgb(207,222,243); }
td.TdClassName
{
border-color: #CFDEF3;
}
.TagClassName
{
border-color: #CFDEF3;
}
</style>