Shades of Hawkes Blue #CDD3E9
Tints of Hawkes Blue #CDD3E9
RGB
CMYK
RGB Variations
Color information
#CDD3E9 (or 0xCDD3E9) is known color: Hawkes Blue. HEX triplet: CD, D3 and E9. RGB value is (205,211,233). Sum of RGB (Red+Green+Blue) = 205+211+233=649 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.59% from 649); Green value is 211 (82.81% from 255 or 32.51% from 649); Blue value is 233 (91.41% from 255 or 35.90% from 649); Max value from RGB is 233 - color contains mainly: blue. Hex color #CDD3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD3E9 is #322C16. Grayscale: #D3D3D3. Windows color (decimal): -3288087 or 15324109. OLE color: 15324109.
HSL color Cylindrical-coordinate representation of color #CDD3E9: hue angle of 227.14º degrees, saturation: 0.39, 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 #CDD3E9 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 211 | 233 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.09 |
| HSL | 227.14º | 0.39% | 0.86% | - |
| HSV(B) | 227.14º | 0.12% | 0.91% | - |
| XYZ | 63.18 | 65.45 | 86.39 | - |
| YUV | 211.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 233 | 0.12 | 0.09 | 0 | 0.09 | 227.14 | 0.39 | 0.86 |
| Hex | CD | D3 | E9 | C | 9 | 0 | 9 | E3 | 27 | 56 |
| Octal | 315 | 323 | 351 | 14 | 11 | 0 | 11 | 343 | 47 | 126 |
| Binary | 11001101 | 11010011 | 11101001 | 1100 | 1001 | 0 | 1001 | 11100011 | 100111 | 1010110 |
Color Harmonies of #CDD3E9
Complementary color
Monochromatic Colors of #CDD3E9
Black with #CDD3E9
Text Example
Text Example
White with #CDD3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD3E9; }
p { color: rgb(205,211,233); }
H1.HeaderClassName
{
color: #CDD3E9;
}
.AnyTagClassName
{
color: #CDD3E9;
}
</style>
background-color css
<style>
a { background-color: #CDD3E9; }
a { background-color: rgb(205,211,233); }
div.DivClassName
{
background-color: #CDD3E9;
}
.BgClassName
{
background-color: #CDD3E9;
}
</style>
border-color css
<style>
span { border-color: #CDD3E9; }
span { border-color: rgb(205,211,233); }
td.TdClassName
{
border-color: #CDD3E9;
}
.TagClassName
{
border-color: #CDD3E9;
}
</style>