Shades of Hawkes Blue #CDDAFA
Tints of Hawkes Blue #CDDAFA
RGB
CMYK
RGB Variations
Color information
#CDDAFA (or 0xCDDAFA) is known color: Hawkes Blue. HEX triplet: CD, DA and FA. RGB value is (205,218,250). Sum of RGB (Red+Green+Blue) = 205+218+250=673 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.46% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDDAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDAFA is #322505. Grayscale: #D9D9D9. Windows color (decimal): -3286278 or 16440013. OLE color: 16440013.
HSL color Cylindrical-coordinate representation of color #CDDAFA: hue angle of 222.67º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDDAFA is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 218 | 250 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.02 |
| HSL | 222.67º | 0.82% | 0.89% | - |
| HSV(B) | 222.67º | 0.18% | 0.98% | - |
| XYZ | 67.5 | 70.02 | 100.4 | - |
| YUV | 217.76 | 146.19 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 250 | 0.18 | 0.13 | 0 | 0.02 | 222.67 | 0.82 | 0.89 |
| Hex | CD | DA | FA | 12 | D | 0 | 2 | DF | 52 | 59 |
| Octal | 315 | 332 | 372 | 22 | 15 | 0 | 2 | 337 | 122 | 131 |
| Binary | 11001101 | 11011010 | 11111010 | 10010 | 1101 | 0 | 10 | 11011111 | 1010010 | 1011001 |
Color Harmonies of #CDDAFA
Complementary color
Monochromatic Colors of #CDDAFA
Black with #CDDAFA
Text Example
Text Example
White with #CDDAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDAFA; }
p { color: rgb(205,218,250); }
H1.HeaderClassName
{
color: #CDDAFA;
}
.AnyTagClassName
{
color: #CDDAFA;
}
</style>
background-color css
<style>
a { background-color: #CDDAFA; }
a { background-color: rgb(205,218,250); }
div.DivClassName
{
background-color: #CDDAFA;
}
.BgClassName
{
background-color: #CDDAFA;
}
</style>
border-color css
<style>
span { border-color: #CDDAFA; }
span { border-color: rgb(205,218,250); }
td.TdClassName
{
border-color: #CDDAFA;
}
.TagClassName
{
border-color: #CDDAFA;
}
</style>