Shades of Hawkes Blue #CDD6EE
Tints of Hawkes Blue #CDD6EE
RGB
CMYK
RGB Variations
Color information
#CDD6EE (or 0xCDD6EE) is known color: Hawkes Blue. HEX triplet: CD, D6 and EE. RGB value is (205,214,238). Sum of RGB (Red+Green+Blue) = 205+214+238=657 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.20% from 657); Green value is 214 (83.98% from 255 or 32.57% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDD6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD6EE is #322911. Grayscale: #D5D5D5. Windows color (decimal): -3287314 or 15652557. OLE color: 15652557.
HSL color Cylindrical-coordinate representation of color #CDD6EE: hue angle of 223.64º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDD6EE is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 214 | 238 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.07 |
| HSL | 223.64º | 0.49% | 0.87% | - |
| HSV(B) | 223.64º | 0.14% | 0.93% | - |
| XYZ | 64.66 | 67.25 | 90.46 | - |
| YUV | 214.05 | 141.52 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 238 | 0.14 | 0.10 | 0 | 0.07 | 223.64 | 0.49 | 0.87 |
| Hex | CD | D6 | EE | E | A | 0 | 7 | E0 | 31 | 57 |
| Octal | 315 | 326 | 356 | 16 | 12 | 0 | 7 | 340 | 61 | 127 |
| Binary | 11001101 | 11010110 | 11101110 | 1110 | 1010 | 0 | 111 | 11100000 | 110001 | 1010111 |
Color Harmonies of #CDD6EE
Complementary color
Monochromatic Colors of #CDD6EE
Black with #CDD6EE
Text Example
Text Example
White with #CDD6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD6EE; }
p { color: rgb(205,214,238); }
H1.HeaderClassName
{
color: #CDD6EE;
}
.AnyTagClassName
{
color: #CDD6EE;
}
</style>
background-color css
<style>
a { background-color: #CDD6EE; }
a { background-color: rgb(205,214,238); }
div.DivClassName
{
background-color: #CDD6EE;
}
.BgClassName
{
background-color: #CDD6EE;
}
</style>
border-color css
<style>
span { border-color: #CDD6EE; }
span { border-color: rgb(205,214,238); }
td.TdClassName
{
border-color: #CDD6EE;
}
.TagClassName
{
border-color: #CDD6EE;
}
</style>