Shades of Hawkes Blue #CDDAF6
Tints of Hawkes Blue #CDDAF6
RGB
CMYK
RGB Variations
Color information
#CDDAF6 (or 0xCDDAF6) is known color: Hawkes Blue. HEX triplet: CD, DA and F6. RGB value is (205,218,246). Sum of RGB (Red+Green+Blue) = 205+218+246=669 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.64% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 246 (96.48% from 255 or 36.77% from 669); Max value from RGB is 246 - color contains mainly: blue. Hex color #CDDAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDAF6 is #322509. Grayscale: #D9D9D9. Windows color (decimal): -3286282 or 16177869. OLE color: 16177869.
HSL color Cylindrical-coordinate representation of color #CDDAF6: hue angle of 220.98º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDDAF6 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 218 | 246 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.04 |
| HSL | 220.98º | 0.69% | 0.88% | - |
| HSV(B) | 220.98º | 0.17% | 0.96% | - |
| XYZ | 66.88 | 69.78 | 97.13 | - |
| YUV | 217.31 | 144.19 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 246 | 0.17 | 0.11 | 0 | 0.04 | 220.98 | 0.69 | 0.88 |
| Hex | CD | DA | F6 | 11 | B | 0 | 4 | DD | 45 | 58 |
| Octal | 315 | 332 | 366 | 21 | 13 | 0 | 4 | 335 | 105 | 130 |
| Binary | 11001101 | 11011010 | 11110110 | 10001 | 1011 | 0 | 100 | 11011101 | 1000101 | 1011000 |
Color Harmonies of #CDDAF6
Complementary color
Monochromatic Colors of #CDDAF6
Black with #CDDAF6
Text Example
Text Example
White with #CDDAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDAF6; }
p { color: rgb(205,218,246); }
H1.HeaderClassName
{
color: #CDDAF6;
}
.AnyTagClassName
{
color: #CDDAF6;
}
</style>
background-color css
<style>
a { background-color: #CDDAF6; }
a { background-color: rgb(205,218,246); }
div.DivClassName
{
background-color: #CDDAF6;
}
.BgClassName
{
background-color: #CDDAF6;
}
</style>
border-color css
<style>
span { border-color: #CDDAF6; }
span { border-color: rgb(205,218,246); }
td.TdClassName
{
border-color: #CDDAF6;
}
.TagClassName
{
border-color: #CDDAF6;
}
</style>