Shades of Hawkes Blue #CDDFFF
Tints of Hawkes Blue #CDDFFF
RGB
CMYK
RGB Variations
Color information
#CDDFFF (or 0xCDDFFF) is known color: Hawkes Blue. HEX triplet: CD, DF and FF. RGB value is (205,223,255). Sum of RGB (Red+Green+Blue) = 205+223+255=683 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.01% from 683); Green value is 223 (87.5% from 255 or 32.65% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDDFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDFFF is #322000. Grayscale: #DDDDDD. Windows color (decimal): -3284993 or 16768973. OLE color: 16768973.
HSL color Cylindrical-coordinate representation of color #CDDFFF: hue angle of 218.4º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDDFFF is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 223 | 255 | - |
| CMYK | 0.20 | 0.13 | 0 | 0 |
| HSL | 218.4º | 1% | 0.9% | - |
| HSV(B) | 218.4º | 0.2% | 1% | - |
| XYZ | 69.61 | 72.97 | 105.02 | - |
| YUV | 221.27 | 147.04 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 255 | 0.20 | 0.13 | 0 | 0 | 218.4 | 1 | 0.9 |
| Hex | CD | DF | FF | 14 | D | 0 | 0 | DA | 64 | 5A |
| Octal | 315 | 337 | 377 | 24 | 15 | 0 | 0 | 332 | 144 | 132 |
| Binary | 11001101 | 11011111 | 11111111 | 10100 | 1101 | 0 | 0 | 11011010 | 1100100 | 1011010 |
Color Harmonies of #CDDFFF
Complementary color
Monochromatic Colors of #CDDFFF
Black with #CDDFFF
Text Example
Text Example
White with #CDDFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDFFF; }
p { color: rgb(205,223,255); }
H1.HeaderClassName
{
color: #CDDFFF;
}
.AnyTagClassName
{
color: #CDDFFF;
}
</style>
background-color css
<style>
a { background-color: #CDDFFF; }
a { background-color: rgb(205,223,255); }
div.DivClassName
{
background-color: #CDDFFF;
}
.BgClassName
{
background-color: #CDDFFF;
}
</style>
border-color css
<style>
span { border-color: #CDDFFF; }
span { border-color: rgb(205,223,255); }
td.TdClassName
{
border-color: #CDDFFF;
}
.TagClassName
{
border-color: #CDDFFF;
}
</style>