Shades of Hawkes Blue #CFDCEA
Tints of Hawkes Blue #CFDCEA
RGB
CMYK
RGB Variations
Color information
#CFDCEA (or 0xCFDCEA) is known color: Hawkes Blue. HEX triplet: CF, DC and EA. RGB value is (207,220,234). Sum of RGB (Red+Green+Blue) = 207+220+234=661 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.32% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 234 (91.80% from 255 or 35.40% from 661); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFDCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDCEA is #302315. Grayscale: #D9D9D9. Windows color (decimal): -3154710 or 15391951. OLE color: 15391951.
HSL color Cylindrical-coordinate representation of color #CFDCEA: hue angle of 211.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 #CFDCEA is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 220 | 234 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.08 |
| HSL | 211.11º | 0.39% | 0.86% | - |
| HSV(B) | 211.11º | 0.12% | 0.92% | - |
| XYZ | 66.18 | 70.39 | 87.94 | - |
| YUV | 217.71 | 137.19 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 234 | 0.12 | 0.06 | 0 | 0.08 | 211.11 | 0.39 | 0.86 |
| Hex | CF | DC | EA | C | 6 | 0 | 8 | D3 | 27 | 56 |
| Octal | 317 | 334 | 352 | 14 | 6 | 0 | 10 | 323 | 47 | 126 |
| Binary | 11001111 | 11011100 | 11101010 | 1100 | 110 | 0 | 1000 | 11010011 | 100111 | 1010110 |
Color Harmonies of #CFDCEA
Complementary color
Monochromatic Colors of #CFDCEA
Black with #CFDCEA
Text Example
Text Example
White with #CFDCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDCEA; }
p { color: rgb(207,220,234); }
H1.HeaderClassName
{
color: #CFDCEA;
}
.AnyTagClassName
{
color: #CFDCEA;
}
</style>
background-color css
<style>
a { background-color: #CFDCEA; }
a { background-color: rgb(207,220,234); }
div.DivClassName
{
background-color: #CFDCEA;
}
.BgClassName
{
background-color: #CFDCEA;
}
</style>
border-color css
<style>
span { border-color: #CFDCEA; }
span { border-color: rgb(207,220,234); }
td.TdClassName
{
border-color: #CFDCEA;
}
.TagClassName
{
border-color: #CFDCEA;
}
</style>