Shades of Hawkes Blue #CFDBF3
Tints of Hawkes Blue #CFDBF3
RGB
CMYK
RGB Variations
Color information
#CFDBF3 (or 0xCFDBF3) is known color: Hawkes Blue. HEX triplet: CF, DB and F3. RGB value is (207,219,243). Sum of RGB (Red+Green+Blue) = 207+219+243=669 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.94% from 669); Green value is 219 (85.94% from 255 or 32.74% from 669); Blue value is 243 (95.31% from 255 or 36.32% from 669); Max value from RGB is 243 - color contains mainly: blue. Hex color #CFDBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDBF3 is #30240C. Grayscale: #DADADA. Windows color (decimal): -3154957 or 15981519. OLE color: 15981519.
HSL color Cylindrical-coordinate representation of color #CFDBF3: hue angle of 220º 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 #CFDBF3 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 219 | 243 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.05 |
| HSL | 220º | 0.6% | 0.88% | - |
| HSV(B) | 220º | 0.15% | 0.95% | - |
| XYZ | 67.24 | 70.4 | 94.84 | - |
| YUV | 218.15 | 142.02 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 243 | 0.15 | 0.10 | 0 | 0.05 | 220 | 0.6 | 0.88 |
| Hex | CF | DB | F3 | F | A | 0 | 5 | DC | 3C | 58 |
| Octal | 317 | 333 | 363 | 17 | 12 | 0 | 5 | 334 | 74 | 130 |
| Binary | 11001111 | 11011011 | 11110011 | 1111 | 1010 | 0 | 101 | 11011100 | 111100 | 1011000 |
Color Harmonies of #CFDBF3
Complementary color
Monochromatic Colors of #CFDBF3
Black with #CFDBF3
Text Example
Text Example
White with #CFDBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDBF3; }
p { color: rgb(207,219,243); }
H1.HeaderClassName
{
color: #CFDBF3;
}
.AnyTagClassName
{
color: #CFDBF3;
}
</style>
background-color css
<style>
a { background-color: #CFDBF3; }
a { background-color: rgb(207,219,243); }
div.DivClassName
{
background-color: #CFDBF3;
}
.BgClassName
{
background-color: #CFDBF3;
}
</style>
border-color css
<style>
span { border-color: #CFDBF3; }
span { border-color: rgb(207,219,243); }
td.TdClassName
{
border-color: #CFDBF3;
}
.TagClassName
{
border-color: #CFDBF3;
}
</style>