Shades of Hawkes Blue #CDD7FD
Tints of Hawkes Blue #CDD7FD
RGB
CMYK
RGB Variations
Color information
#CDD7FD (or 0xCDD7FD) is known color: Hawkes Blue. HEX triplet: CD, D7 and FD. RGB value is (205,215,253). Sum of RGB (Red+Green+Blue) = 205+215+253=673 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.46% from 673); Green value is 215 (84.38% from 255 or 31.95% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDD7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD7FD is #322802. Grayscale: #D8D8D8. Windows color (decimal): -3287043 or 16635853. OLE color: 16635853.
HSL color Cylindrical-coordinate representation of color #CDD7FD: hue angle of 227.5º degrees, saturation: 0.92, 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 #CDD7FD is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 215 | 253 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.01 |
| HSL | 227.5º | 0.92% | 0.9% | - |
| HSV(B) | 227.5º | 0.19% | 0.99% | - |
| XYZ | 67.21 | 68.67 | 102.64 | - |
| YUV | 216.34 | 148.69 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 253 | 0.19 | 0.15 | 0 | 0.01 | 227.5 | 0.92 | 0.9 |
| Hex | CD | D7 | FD | 13 | F | 0 | 1 | E4 | 5C | 5A |
| Octal | 315 | 327 | 375 | 23 | 17 | 0 | 1 | 344 | 134 | 132 |
| Binary | 11001101 | 11010111 | 11111101 | 10011 | 1111 | 0 | 1 | 11100100 | 1011100 | 1011010 |
Color Harmonies of #CDD7FD
Complementary color
Monochromatic Colors of #CDD7FD
Black with #CDD7FD
Text Example
Text Example
White with #CDD7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD7FD; }
p { color: rgb(205,215,253); }
H1.HeaderClassName
{
color: #CDD7FD;
}
.AnyTagClassName
{
color: #CDD7FD;
}
</style>
background-color css
<style>
a { background-color: #CDD7FD; }
a { background-color: rgb(205,215,253); }
div.DivClassName
{
background-color: #CDD7FD;
}
.BgClassName
{
background-color: #CDD7FD;
}
</style>
border-color css
<style>
span { border-color: #CDD7FD; }
span { border-color: rgb(205,215,253); }
td.TdClassName
{
border-color: #CDD7FD;
}
.TagClassName
{
border-color: #CDD7FD;
}
</style>