Shades of Hawkes Blue #CFDBEE
Tints of Hawkes Blue #CFDBEE
RGB
CMYK
RGB Variations
Color information
#CFDBEE (or 0xCFDBEE) is known color: Hawkes Blue. HEX triplet: CF, DB and EE. RGB value is (207,219,238). Sum of RGB (Red+Green+Blue) = 207+219+238=664 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.17% from 664); Green value is 219 (85.94% from 255 or 32.98% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFDBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDBEE is #302411. Grayscale: #D9D9D9. Windows color (decimal): -3154962 or 15653839. OLE color: 15653839.
HSL color Cylindrical-coordinate representation of color #CFDBEE: hue angle of 216.77º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFDBEE is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 219 | 238 | - |
CMYK | 0.13 | 0.08 | 0 | 0.07 |
HSL | 216.77º | 0.48% | 0.87% | - |
HSV(B) | 216.77º | 0.13% | 0.93% | - |
XYZ | 66.5 | 70.1 | 90.92 | - |
YUV | 217.58 | 139.52 | 120.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 219 | 238 | 0.13 | 0.08 | 0 | 0.07 | 216.77 | 0.48 | 0.87 |
Hex | CF | DB | EE | D | 8 | 0 | 7 | D9 | 30 | 57 |
Octal | 317 | 333 | 356 | 15 | 10 | 0 | 7 | 331 | 60 | 127 |
Binary | 11001111 | 11011011 | 11101110 | 1101 | 1000 | 0 | 111 | 11011001 | 110000 | 1010111 |
Color Harmonies of #CFDBEE
Complementary color
Monochromatic Colors of #CFDBEE
Black with #CFDBEE
Text Example
Text Example
White with #CFDBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDBEE; }
p { color: rgb(207,219,238); }
H1.HeaderClassName
{
color: #CFDBEE;
}
.AnyTagClassName
{
color: #CFDBEE;
}
</style>
background-color css
<style>
a { background-color: #CFDBEE; }
a { background-color: rgb(207,219,238); }
div.DivClassName
{
background-color: #CFDBEE;
}
.BgClassName
{
background-color: #CFDBEE;
}
</style>
border-color css
<style>
span { border-color: #CFDBEE; }
span { border-color: rgb(207,219,238); }
td.TdClassName
{
border-color: #CFDBEE;
}
.TagClassName
{
border-color: #CFDBEE;
}
</style>