Shades of Hawkes Blue #CDDAE8
Tints of Hawkes Blue #CDDAE8
RGB
CMYK
RGB Variations
Color information
#CDDAE8 (or 0xCDDAE8) is known color: Hawkes Blue. HEX triplet: CD, DA and E8. RGB value is (205,218,232). Sum of RGB (Red+Green+Blue) = 205+218+232=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 232 (91.02% from 255 or 35.42% from 655); Max value from RGB is 232 - color contains mainly: blue. Hex color #CDDAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDAE8 is #322517. Grayscale: #D7D7D7. Windows color (decimal): -3286296 or 15260365. OLE color: 15260365.
HSL color Cylindrical-coordinate representation of color #CDDAE8: hue angle of 211.11º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDDAE8 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 218 | 232 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.09 |
| HSL | 211.11º | 0.37% | 0.86% | - |
| HSV(B) | 211.11º | 0.12% | 0.91% | - |
| XYZ | 64.81 | 68.95 | 86.24 | - |
| YUV | 215.71 | 137.19 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 232 | 0.12 | 0.06 | 0 | 0.09 | 211.11 | 0.37 | 0.86 |
| Hex | CD | DA | E8 | C | 6 | 0 | 9 | D3 | 25 | 56 |
| Octal | 315 | 332 | 350 | 14 | 6 | 0 | 11 | 323 | 45 | 126 |
| Binary | 11001101 | 11011010 | 11101000 | 1100 | 110 | 0 | 1001 | 11010011 | 100101 | 1010110 |
Color Harmonies of #CDDAE8
Complementary color
Monochromatic Colors of #CDDAE8
Black with #CDDAE8
Text Example
Text Example
White with #CDDAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDAE8; }
p { color: rgb(205,218,232); }
H1.HeaderClassName
{
color: #CDDAE8;
}
.AnyTagClassName
{
color: #CDDAE8;
}
</style>
background-color css
<style>
a { background-color: #CDDAE8; }
a { background-color: rgb(205,218,232); }
div.DivClassName
{
background-color: #CDDAE8;
}
.BgClassName
{
background-color: #CDDAE8;
}
</style>
border-color css
<style>
span { border-color: #CDDAE8; }
span { border-color: rgb(205,218,232); }
td.TdClassName
{
border-color: #CDDAE8;
}
.TagClassName
{
border-color: #CDDAE8;
}
</style>