Shades of Hawkes Blue #CFD3EA
Tints of Hawkes Blue #CFD3EA
RGB
CMYK
RGB Variations
Color information
#CFD3EA (or 0xCFD3EA) is known color: Hawkes Blue. HEX triplet: CF, D3 and EA. RGB value is (207,211,234). Sum of RGB (Red+Green+Blue) = 207+211+234=652 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.75% from 652); Green value is 211 (82.81% from 255 or 32.36% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFD3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD3EA is #302C15. Grayscale: #D4D4D4. Windows color (decimal): -3157014 or 15389647. OLE color: 15389647.
HSL color Cylindrical-coordinate representation of color #CFD3EA: hue angle of 231.11º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFD3EA is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 211 | 234 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.08 |
| HSL | 231.11º | 0.39% | 0.86% | - |
| HSV(B) | 231.11º | 0.12% | 0.92% | - |
| XYZ | 63.88 | 65.79 | 87.17 | - |
| YUV | 212.43 | 140.17 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 234 | 0.12 | 0.10 | 0 | 0.08 | 231.11 | 0.39 | 0.86 |
| Hex | CF | D3 | EA | C | A | 0 | 8 | E7 | 27 | 56 |
| Octal | 317 | 323 | 352 | 14 | 12 | 0 | 10 | 347 | 47 | 126 |
| Binary | 11001111 | 11010011 | 11101010 | 1100 | 1010 | 0 | 1000 | 11100111 | 100111 | 1010110 |
Color Harmonies of #CFD3EA
Complementary color
Monochromatic Colors of #CFD3EA
Black with #CFD3EA
Text Example
Text Example
White with #CFD3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD3EA; }
p { color: rgb(207,211,234); }
H1.HeaderClassName
{
color: #CFD3EA;
}
.AnyTagClassName
{
color: #CFD3EA;
}
</style>
background-color css
<style>
a { background-color: #CFD3EA; }
a { background-color: rgb(207,211,234); }
div.DivClassName
{
background-color: #CFD3EA;
}
.BgClassName
{
background-color: #CFD3EA;
}
</style>
border-color css
<style>
span { border-color: #CFD3EA; }
span { border-color: rgb(207,211,234); }
td.TdClassName
{
border-color: #CFD3EA;
}
.TagClassName
{
border-color: #CFD3EA;
}
</style>