Shades of Hawkes Blue #CFD3E5
Tints of Hawkes Blue #CFD3E5
RGB
CMYK
RGB Variations
Color information
#CFD3E5 (or 0xCFD3E5) is known color: Hawkes Blue. HEX triplet: CF, D3 and E5. RGB value is (207,211,229). Sum of RGB (Red+Green+Blue) = 207+211+229=647 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.99% from 647); Green value is 211 (82.81% from 255 or 32.61% from 647); Blue value is 229 (89.84% from 255 or 35.39% from 647); Max value from RGB is 229 - color contains mainly: blue. Hex color #CFD3E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD3E5 is #302C1A. Grayscale: #D3D3D3. Windows color (decimal): -3157019 or 15061967. OLE color: 15061967.
HSL color Cylindrical-coordinate representation of color #CFD3E5: hue angle of 229.09º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFD3E5 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 211 | 229 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.10 |
| HSL | 229.09º | 0.3% | 0.85% | - |
| HSV(B) | 229.09º | 0.1% | 0.9% | - |
| XYZ | 63.17 | 65.51 | 83.44 | - |
| YUV | 211.86 | 137.67 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 229 | 0.10 | 0.08 | 0 | 0.10 | 229.09 | 0.3 | 0.85 |
| Hex | CF | D3 | E5 | A | 8 | 0 | A | E5 | 1E | 55 |
| Octal | 317 | 323 | 345 | 12 | 10 | 0 | 12 | 345 | 36 | 125 |
| Binary | 11001111 | 11010011 | 11100101 | 1010 | 1000 | 0 | 1010 | 11100101 | 11110 | 1010101 |
Color Harmonies of #CFD3E5
Complementary color
Monochromatic Colors of #CFD3E5
Black with #CFD3E5
Text Example
Text Example
White with #CFD3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD3E5; }
p { color: rgb(207,211,229); }
H1.HeaderClassName
{
color: #CFD3E5;
}
.AnyTagClassName
{
color: #CFD3E5;
}
</style>
background-color css
<style>
a { background-color: #CFD3E5; }
a { background-color: rgb(207,211,229); }
div.DivClassName
{
background-color: #CFD3E5;
}
.BgClassName
{
background-color: #CFD3E5;
}
</style>
border-color css
<style>
span { border-color: #CFD3E5; }
span { border-color: rgb(207,211,229); }
td.TdClassName
{
border-color: #CFD3E5;
}
.TagClassName
{
border-color: #CFD3E5;
}
</style>