Shades of Hawkes Blue #CFDCED
Tints of Hawkes Blue #CFDCED
RGB
CMYK
RGB Variations
Color information
#CFDCED (or 0xCFDCED) is known color: Hawkes Blue. HEX triplet: CF, DC and ED. RGB value is (207,220,237). Sum of RGB (Red+Green+Blue) = 207+220+237=664 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.17% from 664); Green value is 220 (86.33% from 255 or 33.13% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFDCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDCED is #302312. Grayscale: #D9D9D9. Windows color (decimal): -3154707 or 15588559. OLE color: 15588559.
HSL color Cylindrical-coordinate representation of color #CFDCED: hue angle of 214º degrees, saturation: 0.45, 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 #CFDCED is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 220 | 237 | - |
CMYK | 0.13 | 0.07 | 0 | 0.07 |
HSL | 214º | 0.45% | 0.87% | - |
HSV(B) | 214º | 0.13% | 0.93% | - |
XYZ | 66.61 | 70.57 | 90.23 | - |
YUV | 218.05 | 138.69 | 120.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 220 | 237 | 0.13 | 0.07 | 0 | 0.07 | 214 | 0.45 | 0.87 |
Hex | CF | DC | ED | D | 7 | 0 | 7 | D6 | 2D | 57 |
Octal | 317 | 334 | 355 | 15 | 7 | 0 | 7 | 326 | 55 | 127 |
Binary | 11001111 | 11011100 | 11101101 | 1101 | 111 | 0 | 111 | 11010110 | 101101 | 1010111 |
Color Harmonies of #CFDCED
Complementary color
Monochromatic Colors of #CFDCED
Black with #CFDCED
Text Example
Text Example
White with #CFDCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDCED; }
p { color: rgb(207,220,237); }
H1.HeaderClassName
{
color: #CFDCED;
}
.AnyTagClassName
{
color: #CFDCED;
}
</style>
background-color css
<style>
a { background-color: #CFDCED; }
a { background-color: rgb(207,220,237); }
div.DivClassName
{
background-color: #CFDCED;
}
.BgClassName
{
background-color: #CFDCED;
}
</style>
border-color css
<style>
span { border-color: #CFDCED; }
span { border-color: rgb(207,220,237); }
td.TdClassName
{
border-color: #CFDCED;
}
.TagClassName
{
border-color: #CFDCED;
}
</style>