Shades of Hawkes Blue #CDDAEC
Tints of Hawkes Blue #CDDAEC
RGB
CMYK
RGB Variations
Color information
#CDDAEC (or 0xCDDAEC) is known color: Hawkes Blue. HEX triplet: CD, DA and EC. RGB value is (205,218,236). Sum of RGB (Red+Green+Blue) = 205+218+236=659 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.11% from 659); Green value is 218 (85.55% from 255 or 33.08% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDDAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDAEC is #322513. Grayscale: #D8D8D8. Windows color (decimal): -3286292 or 15522509. OLE color: 15522509.
HSL color Cylindrical-coordinate representation of color #CDDAEC: hue angle of 214.84º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDDAEC is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 205 | 218 | 236 | - |
CMYK | 0.13 | 0.08 | 0 | 0.07 |
HSL | 214.84º | 0.45% | 0.86% | - |
HSV(B) | 214.84º | 0.13% | 0.93% | - |
XYZ | 65.39 | 69.18 | 89.26 | - |
YUV | 216.17 | 139.19 | 120.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 218 | 236 | 0.13 | 0.08 | 0 | 0.07 | 214.84 | 0.45 | 0.86 |
Hex | CD | DA | EC | D | 8 | 0 | 7 | D7 | 2D | 56 |
Octal | 315 | 332 | 354 | 15 | 10 | 0 | 7 | 327 | 55 | 126 |
Binary | 11001101 | 11011010 | 11101100 | 1101 | 1000 | 0 | 111 | 11010111 | 101101 | 1010110 |
Color Harmonies of #CDDAEC
Complementary color
Monochromatic Colors of #CDDAEC
Black with #CDDAEC
Text Example
Text Example
White with #CDDAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDAEC; }
p { color: rgb(205,218,236); }
H1.HeaderClassName
{
color: #CDDAEC;
}
.AnyTagClassName
{
color: #CDDAEC;
}
</style>
background-color css
<style>
a { background-color: #CDDAEC; }
a { background-color: rgb(205,218,236); }
div.DivClassName
{
background-color: #CDDAEC;
}
.BgClassName
{
background-color: #CDDAEC;
}
</style>
border-color css
<style>
span { border-color: #CDDAEC; }
span { border-color: rgb(205,218,236); }
td.TdClassName
{
border-color: #CDDAEC;
}
.TagClassName
{
border-color: #CDDAEC;
}
</style>