Shades of Hawkes Blue #CDD9FE
Tints of Hawkes Blue #CDD9FE
RGB
CMYK
RGB Variations
Color information
#CDD9FE (or 0xCDD9FE) is known color: Hawkes Blue. HEX triplet: CD, D9 and FE. RGB value is (205,217,254). Sum of RGB (Red+Green+Blue) = 205+217+254=676 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.33% from 676); Green value is 217 (85.16% from 255 or 32.10% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDD9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD9FE is #322601. Grayscale: #D9D9D9. Windows color (decimal): -3286530 or 16701901. OLE color: 16701901.
HSL color Cylindrical-coordinate representation of color #CDD9FE: hue angle of 225.31º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDD9FE is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 217 | 254 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.00 |
| HSL | 225.31º | 0.96% | 0.9% | - |
| HSV(B) | 225.31º | 0.19% | 1% | - |
| XYZ | 67.88 | 69.76 | 103.65 | - |
| YUV | 217.63 | 148.52 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 254 | 0.19 | 0.15 | 0 | 0.00 | 225.31 | 0.96 | 0.9 |
| Hex | CD | D9 | FE | 13 | F | 0 | 0 | E1 | 60 | 5A |
| Octal | 315 | 331 | 376 | 23 | 17 | 0 | 0 | 341 | 140 | 132 |
| Binary | 11001101 | 11011001 | 11111110 | 10011 | 1111 | 0 | 0 | 11100001 | 1100000 | 1011010 |
Color Harmonies of #CDD9FE
Complementary color
Monochromatic Colors of #CDD9FE
Black with #CDD9FE
Text Example
Text Example
White with #CDD9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD9FE; }
p { color: rgb(205,217,254); }
H1.HeaderClassName
{
color: #CDD9FE;
}
.AnyTagClassName
{
color: #CDD9FE;
}
</style>
background-color css
<style>
a { background-color: #CDD9FE; }
a { background-color: rgb(205,217,254); }
div.DivClassName
{
background-color: #CDD9FE;
}
.BgClassName
{
background-color: #CDD9FE;
}
</style>
border-color css
<style>
span { border-color: #CDD9FE; }
span { border-color: rgb(205,217,254); }
td.TdClassName
{
border-color: #CDD9FE;
}
.TagClassName
{
border-color: #CDD9FE;
}
</style>