Shades of Hawkes Blue #CDD4F6
Tints of Hawkes Blue #CDD4F6
RGB
CMYK
RGB Variations
Color information
#CDD4F6 (or 0xCDD4F6) is known color: Hawkes Blue. HEX triplet: CD, D4 and F6. RGB value is (205,212,246). Sum of RGB (Red+Green+Blue) = 205+212+246=663 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.92% from 663); Green value is 212 (83.20% from 255 or 31.98% from 663); Blue value is 246 (96.48% from 255 or 37.10% from 663); Max value from RGB is 246 - color contains mainly: blue. Hex color #CDD4F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD4F6 is #322B09. Grayscale: #D5D5D5. Windows color (decimal): -3287818 or 16176333. OLE color: 16176333.
HSL color Cylindrical-coordinate representation of color #CDD4F6: hue angle of 229.76º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDD4F6 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 212 | 246 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.04 |
| HSL | 229.76º | 0.69% | 0.88% | - |
| HSV(B) | 229.76º | 0.17% | 0.96% | - |
| XYZ | 65.35 | 66.72 | 96.62 | - |
| YUV | 213.78 | 146.18 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 212 | 246 | 0.17 | 0.14 | 0 | 0.04 | 229.76 | 0.69 | 0.88 |
| Hex | CD | D4 | F6 | 11 | E | 0 | 4 | E6 | 45 | 58 |
| Octal | 315 | 324 | 366 | 21 | 16 | 0 | 4 | 346 | 105 | 130 |
| Binary | 11001101 | 11010100 | 11110110 | 10001 | 1110 | 0 | 100 | 11100110 | 1000101 | 1011000 |
Color Harmonies of #CDD4F6
Complementary color
Monochromatic Colors of #CDD4F6
Black with #CDD4F6
Text Example
Text Example
White with #CDD4F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD4F6; }
p { color: rgb(205,212,246); }
H1.HeaderClassName
{
color: #CDD4F6;
}
.AnyTagClassName
{
color: #CDD4F6;
}
</style>
background-color css
<style>
a { background-color: #CDD4F6; }
a { background-color: rgb(205,212,246); }
div.DivClassName
{
background-color: #CDD4F6;
}
.BgClassName
{
background-color: #CDD4F6;
}
</style>
border-color css
<style>
span { border-color: #CDD4F6; }
span { border-color: rgb(205,212,246); }
td.TdClassName
{
border-color: #CDD4F6;
}
.TagClassName
{
border-color: #CDD4F6;
}
</style>