Shades of Hawkes Blue #CDDDF5
Tints of Hawkes Blue #CDDDF5
RGB
CMYK
RGB Variations
Color information
#CDDDF5 (or 0xCDDDF5) is known color: Hawkes Blue. HEX triplet: CD, DD and F5. RGB value is (205,221,245). Sum of RGB (Red+Green+Blue) = 205+221+245=671 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.55% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 245 (96.09% from 255 or 36.51% from 671); Max value from RGB is 245 - color contains mainly: blue. Hex color #CDDDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDDF5 is #32220A. Grayscale: #DADADA. Windows color (decimal): -3285515 or 16113101. OLE color: 16113101.
HSL color Cylindrical-coordinate representation of color #CDDDF5: hue angle of 216º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDDDF5 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 221 | 245 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.04 |
| HSL | 216º | 0.67% | 0.88% | - |
| HSV(B) | 216º | 0.16% | 0.96% | - |
| XYZ | 67.51 | 71.28 | 96.59 | - |
| YUV | 218.95 | 142.7 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 245 | 0.16 | 0.10 | 0 | 0.04 | 216 | 0.67 | 0.88 |
| Hex | CD | DD | F5 | 10 | A | 0 | 4 | D8 | 43 | 58 |
| Octal | 315 | 335 | 365 | 20 | 12 | 0 | 4 | 330 | 103 | 130 |
| Binary | 11001101 | 11011101 | 11110101 | 10000 | 1010 | 0 | 100 | 11011000 | 1000011 | 1011000 |
Color Harmonies of #CDDDF5
Complementary color
Monochromatic Colors of #CDDDF5
Black with #CDDDF5
Text Example
Text Example
White with #CDDDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDDF5; }
p { color: rgb(205,221,245); }
H1.HeaderClassName
{
color: #CDDDF5;
}
.AnyTagClassName
{
color: #CDDDF5;
}
</style>
background-color css
<style>
a { background-color: #CDDDF5; }
a { background-color: rgb(205,221,245); }
div.DivClassName
{
background-color: #CDDDF5;
}
.BgClassName
{
background-color: #CDDDF5;
}
</style>
border-color css
<style>
span { border-color: #CDDDF5; }
span { border-color: rgb(205,221,245); }
td.TdClassName
{
border-color: #CDDDF5;
}
.TagClassName
{
border-color: #CDDDF5;
}
</style>