Shades of Hawkes Blue #CDDAFC
Tints of Hawkes Blue #CDDAFC
RGB
CMYK
RGB Variations
Color information
#CDDAFC (or 0xCDDAFC) is known color: Hawkes Blue. HEX triplet: CD, DA and FC. RGB value is (205,218,252). Sum of RGB (Red+Green+Blue) = 205+218+252=675 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.37% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDDAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDAFC is #322503. Grayscale: #D9D9D9. Windows color (decimal): -3286276 or 16571085. OLE color: 16571085.
HSL color Cylindrical-coordinate representation of color #CDDAFC: hue angle of 223.4º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDDAFC is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 218 | 252 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.01 |
| HSL | 223.4º | 0.89% | 0.9% | - |
| HSV(B) | 223.4º | 0.19% | 0.99% | - |
| XYZ | 67.82 | 70.15 | 102.06 | - |
| YUV | 217.99 | 147.19 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 252 | 0.19 | 0.13 | 0 | 0.01 | 223.4 | 0.89 | 0.9 |
| Hex | CD | DA | FC | 13 | D | 0 | 1 | DF | 59 | 5A |
| Octal | 315 | 332 | 374 | 23 | 15 | 0 | 1 | 337 | 131 | 132 |
| Binary | 11001101 | 11011010 | 11111100 | 10011 | 1101 | 0 | 1 | 11011111 | 1011001 | 1011010 |
Color Harmonies of #CDDAFC
Complementary color
Monochromatic Colors of #CDDAFC
Black with #CDDAFC
Text Example
Text Example
White with #CDDAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDAFC; }
p { color: rgb(205,218,252); }
H1.HeaderClassName
{
color: #CDDAFC;
}
.AnyTagClassName
{
color: #CDDAFC;
}
</style>
background-color css
<style>
a { background-color: #CDDAFC; }
a { background-color: rgb(205,218,252); }
div.DivClassName
{
background-color: #CDDAFC;
}
.BgClassName
{
background-color: #CDDAFC;
}
</style>
border-color css
<style>
span { border-color: #CDDAFC; }
span { border-color: rgb(205,218,252); }
td.TdClassName
{
border-color: #CDDAFC;
}
.TagClassName
{
border-color: #CDDAFC;
}
</style>