Shades of Hawkes Blue #CDD6EF
Tints of Hawkes Blue #CDD6EF
RGB
CMYK
RGB Variations
Color information
#CDD6EF (or 0xCDD6EF) is known color: Hawkes Blue. HEX triplet: CD, D6 and EF. RGB value is (205,214,239). Sum of RGB (Red+Green+Blue) = 205+214+239=658 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.16% from 658); Green value is 214 (83.98% from 255 or 32.52% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDD6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD6EF is #322910. Grayscale: #D6D6D6. Windows color (decimal): -3287313 or 15718093. OLE color: 15718093.
HSL color Cylindrical-coordinate representation of color #CDD6EF: hue angle of 224.12º 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 #CDD6EF is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 214 | 239 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.06 |
| HSL | 224.12º | 0.52% | 0.87% | - |
| HSV(B) | 224.12º | 0.14% | 0.94% | - |
| XYZ | 64.8 | 67.3 | 91.24 | - |
| YUV | 214.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 239 | 0.14 | 0.10 | 0 | 0.06 | 224.12 | 0.52 | 0.87 |
| Hex | CD | D6 | EF | E | A | 0 | 6 | E0 | 34 | 57 |
| Octal | 315 | 326 | 357 | 16 | 12 | 0 | 6 | 340 | 64 | 127 |
| Binary | 11001101 | 11010110 | 11101111 | 1110 | 1010 | 0 | 110 | 11100000 | 110100 | 1010111 |
Color Harmonies of #CDD6EF
Complementary color
Monochromatic Colors of #CDD6EF
Black with #CDD6EF
Text Example
Text Example
White with #CDD6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD6EF; }
p { color: rgb(205,214,239); }
H1.HeaderClassName
{
color: #CDD6EF;
}
.AnyTagClassName
{
color: #CDD6EF;
}
</style>
background-color css
<style>
a { background-color: #CDD6EF; }
a { background-color: rgb(205,214,239); }
div.DivClassName
{
background-color: #CDD6EF;
}
.BgClassName
{
background-color: #CDD6EF;
}
</style>
border-color css
<style>
span { border-color: #CDD6EF; }
span { border-color: rgb(205,214,239); }
td.TdClassName
{
border-color: #CDD6EF;
}
.TagClassName
{
border-color: #CDD6EF;
}
</style>