Shades of Hawkes Blue #CFD7EB
Tints of Hawkes Blue #CFD7EB
RGB
CMYK
RGB Variations
Color information
#CFD7EB (or 0xCFD7EB) is known color: Hawkes Blue. HEX triplet: CF, D7 and EB. RGB value is (207,215,235). Sum of RGB (Red+Green+Blue) = 207+215+235=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 215 (84.38% from 255 or 32.72% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFD7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD7EB is #302814. Grayscale: #D6D6D6. Windows color (decimal): -3155989 or 15456207. OLE color: 15456207.
HSL color Cylindrical-coordinate representation of color #CFD7EB: hue angle of 222.86º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFD7EB is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 207 | 215 | 235 | - |
CMYK | 0.12 | 0.09 | 0 | 0.08 |
HSL | 222.86º | 0.41% | 0.87% | - |
HSV(B) | 222.86º | 0.12% | 0.92% | - |
XYZ | 65.03 | 67.86 | 88.27 | - |
YUV | 214.89 | 139.35 | 122.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 215 | 235 | 0.12 | 0.09 | 0 | 0.08 | 222.86 | 0.41 | 0.87 |
Hex | CF | D7 | EB | C | 9 | 0 | 8 | DF | 29 | 57 |
Octal | 317 | 327 | 353 | 14 | 11 | 0 | 10 | 337 | 51 | 127 |
Binary | 11001111 | 11010111 | 11101011 | 1100 | 1001 | 0 | 1000 | 11011111 | 101001 | 1010111 |
Color Harmonies of #CFD7EB
Complementary color
Monochromatic Colors of #CFD7EB
Black with #CFD7EB
Text Example
Text Example
White with #CFD7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD7EB; }
p { color: rgb(207,215,235); }
H1.HeaderClassName
{
color: #CFD7EB;
}
.AnyTagClassName
{
color: #CFD7EB;
}
</style>
background-color css
<style>
a { background-color: #CFD7EB; }
a { background-color: rgb(207,215,235); }
div.DivClassName
{
background-color: #CFD7EB;
}
.BgClassName
{
background-color: #CFD7EB;
}
</style>
border-color css
<style>
span { border-color: #CFD7EB; }
span { border-color: rgb(207,215,235); }
td.TdClassName
{
border-color: #CFD7EB;
}
.TagClassName
{
border-color: #CFD7EB;
}
</style>