Shades of Hawkes Blue #CDDFF6
Tints of Hawkes Blue #CDDFF6
RGB
CMYK
RGB Variations
Color information
#CDDFF6 (or 0xCDDFF6) is known color: Hawkes Blue. HEX triplet: CD, DF and F6. RGB value is (205,223,246). Sum of RGB (Red+Green+Blue) = 205+223+246=674 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.42% from 674); Green value is 223 (87.5% from 255 or 33.09% from 674); Blue value is 246 (96.48% from 255 or 36.50% from 674); Max value from RGB is 246 - color contains mainly: blue. Hex color #CDDFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDFF6 is #322009. Grayscale: #DCDCDC. Windows color (decimal): -3285002 or 16179149. OLE color: 16179149.
HSL color Cylindrical-coordinate representation of color #CDDFF6: hue angle of 213.66º 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 #CDDFF6 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 223 | 246 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.04 |
| HSL | 213.66º | 0.69% | 0.88% | - |
| HSV(B) | 213.66º | 0.17% | 0.96% | - |
| XYZ | 68.2 | 72.41 | 97.57 | - |
| YUV | 220.24 | 142.54 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 246 | 0.17 | 0.09 | 0 | 0.04 | 213.66 | 0.69 | 0.88 |
| Hex | CD | DF | F6 | 11 | 9 | 0 | 4 | D6 | 45 | 58 |
| Octal | 315 | 337 | 366 | 21 | 11 | 0 | 4 | 326 | 105 | 130 |
| Binary | 11001101 | 11011111 | 11110110 | 10001 | 1001 | 0 | 100 | 11010110 | 1000101 | 1011000 |
Color Harmonies of #CDDFF6
Complementary color
Monochromatic Colors of #CDDFF6
Black with #CDDFF6
Text Example
Text Example
White with #CDDFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDFF6; }
p { color: rgb(205,223,246); }
H1.HeaderClassName
{
color: #CDDFF6;
}
.AnyTagClassName
{
color: #CDDFF6;
}
</style>
background-color css
<style>
a { background-color: #CDDFF6; }
a { background-color: rgb(205,223,246); }
div.DivClassName
{
background-color: #CDDFF6;
}
.BgClassName
{
background-color: #CDDFF6;
}
</style>
border-color css
<style>
span { border-color: #CDDFF6; }
span { border-color: rgb(205,223,246); }
td.TdClassName
{
border-color: #CDDFF6;
}
.TagClassName
{
border-color: #CDDFF6;
}
</style>