Shades of Hawkes Blue #CDDEFA
Tints of Hawkes Blue #CDDEFA
RGB
CMYK
RGB Variations
Color information
#CDDEFA (or 0xCDDEFA) is known color: Hawkes Blue. HEX triplet: CD, DE and FA. RGB value is (205,222,250). Sum of RGB (Red+Green+Blue) = 205+222+250=677 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.28% from 677); Green value is 222 (87.11% from 255 or 32.79% from 677); Blue value is 250 (98.05% from 255 or 36.93% from 677); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDDEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDEFA is #322105. Grayscale: #DBDBDB. Windows color (decimal): -3285254 or 16441037. OLE color: 16441037.
HSL color Cylindrical-coordinate representation of color #CDDEFA: hue angle of 217.33º 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 #CDDEFA is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 222 | 250 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.02 |
| HSL | 217.33º | 0.82% | 0.89% | - |
| HSV(B) | 217.33º | 0.18% | 0.98% | - |
| XYZ | 68.55 | 72.12 | 100.75 | - |
| YUV | 220.11 | 144.87 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 222 | 250 | 0.18 | 0.11 | 0 | 0.02 | 217.33 | 0.82 | 0.89 |
| Hex | CD | DE | FA | 12 | B | 0 | 2 | D9 | 52 | 59 |
| Octal | 315 | 336 | 372 | 22 | 13 | 0 | 2 | 331 | 122 | 131 |
| Binary | 11001101 | 11011110 | 11111010 | 10010 | 1011 | 0 | 10 | 11011001 | 1010010 | 1011001 |
Color Harmonies of #CDDEFA
Complementary color
Monochromatic Colors of #CDDEFA
Black with #CDDEFA
Text Example
Text Example
White with #CDDEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDEFA; }
p { color: rgb(205,222,250); }
H1.HeaderClassName
{
color: #CDDEFA;
}
.AnyTagClassName
{
color: #CDDEFA;
}
</style>
background-color css
<style>
a { background-color: #CDDEFA; }
a { background-color: rgb(205,222,250); }
div.DivClassName
{
background-color: #CDDEFA;
}
.BgClassName
{
background-color: #CDDEFA;
}
</style>
border-color css
<style>
span { border-color: #CDDEFA; }
span { border-color: rgb(205,222,250); }
td.TdClassName
{
border-color: #CDDEFA;
}
.TagClassName
{
border-color: #CDDEFA;
}
</style>