Shades of Hawkes Blue #CDDCFA
Tints of Hawkes Blue #CDDCFA
RGB
CMYK
RGB Variations
Color information
#CDDCFA (or 0xCDDCFA) is known color: Hawkes Blue. HEX triplet: CD, DC and FA. RGB value is (205,220,250). Sum of RGB (Red+Green+Blue) = 205+220+250=675 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.37% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 250 (98.05% from 255 or 37.04% from 675); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDDCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDCFA is #322305. Grayscale: #DADADA. Windows color (decimal): -3285766 or 16440525. OLE color: 16440525.
HSL color Cylindrical-coordinate representation of color #CDDCFA: hue angle of 220º 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 #CDDCFA is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 220 | 250 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.02 |
| HSL | 220º | 0.82% | 0.89% | - |
| HSV(B) | 220º | 0.18% | 0.98% | - |
| XYZ | 68.03 | 71.07 | 100.57 | - |
| YUV | 218.94 | 145.53 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 250 | 0.18 | 0.12 | 0 | 0.02 | 220 | 0.82 | 0.89 |
| Hex | CD | DC | FA | 12 | C | 0 | 2 | DC | 52 | 59 |
| Octal | 315 | 334 | 372 | 22 | 14 | 0 | 2 | 334 | 122 | 131 |
| Binary | 11001101 | 11011100 | 11111010 | 10010 | 1100 | 0 | 10 | 11011100 | 1010010 | 1011001 |
Color Harmonies of #CDDCFA
Complementary color
Monochromatic Colors of #CDDCFA
Black with #CDDCFA
Text Example
Text Example
White with #CDDCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCFA; }
p { color: rgb(205,220,250); }
H1.HeaderClassName
{
color: #CDDCFA;
}
.AnyTagClassName
{
color: #CDDCFA;
}
</style>
background-color css
<style>
a { background-color: #CDDCFA; }
a { background-color: rgb(205,220,250); }
div.DivClassName
{
background-color: #CDDCFA;
}
.BgClassName
{
background-color: #CDDCFA;
}
</style>
border-color css
<style>
span { border-color: #CDDCFA; }
span { border-color: rgb(205,220,250); }
td.TdClassName
{
border-color: #CDDCFA;
}
.TagClassName
{
border-color: #CDDCFA;
}
</style>