Shades of Hawkes Blue #CFD9FF
Tints of Hawkes Blue #CFD9FF
RGB
CMYK
RGB Variations
Color information
#CFD9FF (or 0xCFD9FF) is known color: Hawkes Blue. HEX triplet: CF, D9 and FF. RGB value is (207,217,255). Sum of RGB (Red+Green+Blue) = 207+217+255=679 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.49% from 679); Green value is 217 (85.16% from 255 or 31.96% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFD9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD9FF is #302600. Grayscale: #DADADA. Windows color (decimal): -3155457 or 16767439. OLE color: 16767439.
HSL color Cylindrical-coordinate representation of color #CFD9FF: hue angle of 227.5º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFD9FF is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 217 | 255 | - |
| CMYK | 0.19 | 0.15 | 0 | 0 |
| HSL | 227.5º | 1% | 0.91% | - |
| HSV(B) | 227.5º | 0.19% | 1% | - |
| XYZ | 68.59 | 70.11 | 104.53 | - |
| YUV | 218.34 | 148.69 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 217 | 255 | 0.19 | 0.15 | 0 | 0 | 227.5 | 1 | 0.91 |
| Hex | CF | D9 | FF | 13 | F | 0 | 0 | E4 | 64 | 5B |
| Octal | 317 | 331 | 377 | 23 | 17 | 0 | 0 | 344 | 144 | 133 |
| Binary | 11001111 | 11011001 | 11111111 | 10011 | 1111 | 0 | 0 | 11100100 | 1100100 | 1011011 |
Color Harmonies of #CFD9FF
Complementary color
Monochromatic Colors of #CFD9FF
Black with #CFD9FF
Text Example
Text Example
White with #CFD9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD9FF; }
p { color: rgb(207,217,255); }
H1.HeaderClassName
{
color: #CFD9FF;
}
.AnyTagClassName
{
color: #CFD9FF;
}
</style>
background-color css
<style>
a { background-color: #CFD9FF; }
a { background-color: rgb(207,217,255); }
div.DivClassName
{
background-color: #CFD9FF;
}
.BgClassName
{
background-color: #CFD9FF;
}
</style>
border-color css
<style>
span { border-color: #CFD9FF; }
span { border-color: rgb(207,217,255); }
td.TdClassName
{
border-color: #CFD9FF;
}
.TagClassName
{
border-color: #CFD9FF;
}
</style>