Shades of Hawkes Blue #CDD8EA
Tints of Hawkes Blue #CDD8EA
RGB
CMYK
RGB Variations
Color information
#CDD8EA (or 0xCDD8EA) is known color: Hawkes Blue. HEX triplet: CD, D8 and EA. RGB value is (205,216,234). Sum of RGB (Red+Green+Blue) = 205+216+234=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 216 (84.77% from 255 or 32.98% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 234 - color contains mainly: blue. Hex color #CDD8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD8EA is #322715. Grayscale: #D6D6D6. Windows color (decimal): -3286806 or 15390925. OLE color: 15390925.
HSL color Cylindrical-coordinate representation of color #CDD8EA: hue angle of 217.24º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDD8EA is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 216 | 234 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.08 |
| HSL | 217.24º | 0.41% | 0.86% | - |
| HSV(B) | 217.24º | 0.12% | 0.92% | - |
| XYZ | 64.58 | 68.03 | 87.57 | - |
| YUV | 214.76 | 138.86 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 234 | 0.12 | 0.08 | 0 | 0.08 | 217.24 | 0.41 | 0.86 |
| Hex | CD | D8 | EA | C | 8 | 0 | 8 | D9 | 29 | 56 |
| Octal | 315 | 330 | 352 | 14 | 10 | 0 | 10 | 331 | 51 | 126 |
| Binary | 11001101 | 11011000 | 11101010 | 1100 | 1000 | 0 | 1000 | 11011001 | 101001 | 1010110 |
Color Harmonies of #CDD8EA
Complementary color
Monochromatic Colors of #CDD8EA
Black with #CDD8EA
Text Example
Text Example
White with #CDD8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD8EA; }
p { color: rgb(205,216,234); }
H1.HeaderClassName
{
color: #CDD8EA;
}
.AnyTagClassName
{
color: #CDD8EA;
}
</style>
background-color css
<style>
a { background-color: #CDD8EA; }
a { background-color: rgb(205,216,234); }
div.DivClassName
{
background-color: #CDD8EA;
}
.BgClassName
{
background-color: #CDD8EA;
}
</style>
border-color css
<style>
span { border-color: #CDD8EA; }
span { border-color: rgb(205,216,234); }
td.TdClassName
{
border-color: #CDD8EA;
}
.TagClassName
{
border-color: #CDD8EA;
}
</style>