Shades of Hawkes Blue #CDD8FC
Tints of Hawkes Blue #CDD8FC
RGB
CMYK
RGB Variations
Color information
#CDD8FC (or 0xCDD8FC) is known color: Hawkes Blue. HEX triplet: CD, D8 and FC. RGB value is (205,216,252). Sum of RGB (Red+Green+Blue) = 205+216+252=673 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.46% from 673); Green value is 216 (84.77% from 255 or 32.10% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDD8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD8FC is #322703. Grayscale: #D8D8D8. Windows color (decimal): -3286788 or 16570573. OLE color: 16570573.
HSL color Cylindrical-coordinate representation of color #CDD8FC: hue angle of 225.96º 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 #CDD8FC is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 216 | 252 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.01 |
| HSL | 225.96º | 0.89% | 0.9% | - |
| HSV(B) | 225.96º | 0.19% | 0.99% | - |
| XYZ | 67.3 | 69.12 | 101.89 | - |
| YUV | 216.82 | 147.86 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 252 | 0.19 | 0.14 | 0 | 0.01 | 225.96 | 0.89 | 0.9 |
| Hex | CD | D8 | FC | 13 | E | 0 | 1 | E2 | 59 | 5A |
| Octal | 315 | 330 | 374 | 23 | 16 | 0 | 1 | 342 | 131 | 132 |
| Binary | 11001101 | 11011000 | 11111100 | 10011 | 1110 | 0 | 1 | 11100010 | 1011001 | 1011010 |
Color Harmonies of #CDD8FC
Complementary color
Monochromatic Colors of #CDD8FC
Black with #CDD8FC
Text Example
Text Example
White with #CDD8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD8FC; }
p { color: rgb(205,216,252); }
H1.HeaderClassName
{
color: #CDD8FC;
}
.AnyTagClassName
{
color: #CDD8FC;
}
</style>
background-color css
<style>
a { background-color: #CDD8FC; }
a { background-color: rgb(205,216,252); }
div.DivClassName
{
background-color: #CDD8FC;
}
.BgClassName
{
background-color: #CDD8FC;
}
</style>
border-color css
<style>
span { border-color: #CDD8FC; }
span { border-color: rgb(205,216,252); }
td.TdClassName
{
border-color: #CDD8FC;
}
.TagClassName
{
border-color: #CDD8FC;
}
</style>