Shades of Hawkes Blue #CDDFFC
Tints of Hawkes Blue #CDDFFC
RGB
CMYK
RGB Variations
Color information
#CDDFFC (or 0xCDDFFC) is known color: Hawkes Blue. HEX triplet: CD, DF and FC. RGB value is (205,223,252). Sum of RGB (Red+Green+Blue) = 205+223+252=680 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.15% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDDFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDFFC is #322003. Grayscale: #DCDCDC. Windows color (decimal): -3284996 or 16572365. OLE color: 16572365.
HSL color Cylindrical-coordinate representation of color #CDDFFC: hue angle of 217.02º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDDFFC is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 223 | 252 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.01 |
| HSL | 217.02º | 0.89% | 0.9% | - |
| HSV(B) | 217.02º | 0.19% | 0.99% | - |
| XYZ | 69.14 | 72.78 | 102.5 | - |
| YUV | 220.92 | 145.54 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 252 | 0.19 | 0.12 | 0 | 0.01 | 217.02 | 0.89 | 0.9 |
| Hex | CD | DF | FC | 13 | C | 0 | 1 | D9 | 59 | 5A |
| Octal | 315 | 337 | 374 | 23 | 14 | 0 | 1 | 331 | 131 | 132 |
| Binary | 11001101 | 11011111 | 11111100 | 10011 | 1100 | 0 | 1 | 11011001 | 1011001 | 1011010 |
Color Harmonies of #CDDFFC
Complementary color
Monochromatic Colors of #CDDFFC
Black with #CDDFFC
Text Example
Text Example
White with #CDDFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDFFC; }
p { color: rgb(205,223,252); }
H1.HeaderClassName
{
color: #CDDFFC;
}
.AnyTagClassName
{
color: #CDDFFC;
}
</style>
background-color css
<style>
a { background-color: #CDDFFC; }
a { background-color: rgb(205,223,252); }
div.DivClassName
{
background-color: #CDDFFC;
}
.BgClassName
{
background-color: #CDDFFC;
}
</style>
border-color css
<style>
span { border-color: #CDDFFC; }
span { border-color: rgb(205,223,252); }
td.TdClassName
{
border-color: #CDDFFC;
}
.TagClassName
{
border-color: #CDDFFC;
}
</style>