Shades of Hawkes Blue #CDD5EF
Tints of Hawkes Blue #CDD5EF
RGB
CMYK
RGB Variations
Color information
#CDD5EF (or 0xCDD5EF) is known color: Hawkes Blue. HEX triplet: CD, D5 and EF. RGB value is (205,213,239). Sum of RGB (Red+Green+Blue) = 205+213+239=657 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.20% from 657); Green value is 213 (83.59% from 255 or 32.42% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDD5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD5EF is #322A10. Grayscale: #D5D5D5. Windows color (decimal): -3287569 or 15717837. OLE color: 15717837.
HSL color Cylindrical-coordinate representation of color #CDD5EF: hue angle of 225.88º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDD5EF is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 213 | 239 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.06 |
| HSL | 225.88º | 0.52% | 0.87% | - |
| HSV(B) | 225.88º | 0.14% | 0.94% | - |
| XYZ | 64.55 | 66.8 | 91.15 | - |
| YUV | 213.57 | 142.35 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 239 | 0.14 | 0.11 | 0 | 0.06 | 225.88 | 0.52 | 0.87 |
| Hex | CD | D5 | EF | E | B | 0 | 6 | E2 | 34 | 57 |
| Octal | 315 | 325 | 357 | 16 | 13 | 0 | 6 | 342 | 64 | 127 |
| Binary | 11001101 | 11010101 | 11101111 | 1110 | 1011 | 0 | 110 | 11100010 | 110100 | 1010111 |
Color Harmonies of #CDD5EF
Complementary color
Monochromatic Colors of #CDD5EF
Black with #CDD5EF
Text Example
Text Example
White with #CDD5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD5EF; }
p { color: rgb(205,213,239); }
H1.HeaderClassName
{
color: #CDD5EF;
}
.AnyTagClassName
{
color: #CDD5EF;
}
</style>
background-color css
<style>
a { background-color: #CDD5EF; }
a { background-color: rgb(205,213,239); }
div.DivClassName
{
background-color: #CDD5EF;
}
.BgClassName
{
background-color: #CDD5EF;
}
</style>
border-color css
<style>
span { border-color: #CDD5EF; }
span { border-color: rgb(205,213,239); }
td.TdClassName
{
border-color: #CDD5EF;
}
.TagClassName
{
border-color: #CDD5EF;
}
</style>