Shades of Hawkes Blue #CDD7FC
Tints of Hawkes Blue #CDD7FC
RGB
CMYK
RGB Variations
Color information
#CDD7FC (or 0xCDD7FC) is known color: Hawkes Blue. HEX triplet: CD, D7 and FC. RGB value is (205,215,252). Sum of RGB (Red+Green+Blue) = 205+215+252=672 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.51% from 672); Green value is 215 (84.38% from 255 or 31.99% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDD7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD7FC is #322803. Grayscale: #D8D8D8. Windows color (decimal): -3287044 or 16570317. OLE color: 16570317.
HSL color Cylindrical-coordinate representation of color #CDD7FC: hue angle of 227.23º 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 #CDD7FC is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 215 | 252 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.01 |
| HSL | 227.23º | 0.89% | 0.9% | - |
| HSV(B) | 227.23º | 0.19% | 0.99% | - |
| XYZ | 67.05 | 68.61 | 101.8 | - |
| YUV | 216.23 | 148.19 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 252 | 0.19 | 0.15 | 0 | 0.01 | 227.23 | 0.89 | 0.9 |
| Hex | CD | D7 | FC | 13 | F | 0 | 1 | E3 | 59 | 5A |
| Octal | 315 | 327 | 374 | 23 | 17 | 0 | 1 | 343 | 131 | 132 |
| Binary | 11001101 | 11010111 | 11111100 | 10011 | 1111 | 0 | 1 | 11100011 | 1011001 | 1011010 |
Color Harmonies of #CDD7FC
Complementary color
Monochromatic Colors of #CDD7FC
Black with #CDD7FC
Text Example
Text Example
White with #CDD7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD7FC; }
p { color: rgb(205,215,252); }
H1.HeaderClassName
{
color: #CDD7FC;
}
.AnyTagClassName
{
color: #CDD7FC;
}
</style>
background-color css
<style>
a { background-color: #CDD7FC; }
a { background-color: rgb(205,215,252); }
div.DivClassName
{
background-color: #CDD7FC;
}
.BgClassName
{
background-color: #CDD7FC;
}
</style>
border-color css
<style>
span { border-color: #CDD7FC; }
span { border-color: rgb(205,215,252); }
td.TdClassName
{
border-color: #CDD7FC;
}
.TagClassName
{
border-color: #CDD7FC;
}
</style>