Shades of Hawkes Blue #CDDEF8
Tints of Hawkes Blue #CDDEF8
RGB
CMYK
RGB Variations
Color information
#CDDEF8 (or 0xCDDEF8) is known color: Hawkes Blue. HEX triplet: CD, DE and F8. RGB value is (205,222,248). Sum of RGB (Red+Green+Blue) = 205+222+248=675 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.37% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 248 (97.27% from 255 or 36.74% from 675); Max value from RGB is 248 - color contains mainly: blue. Hex color #CDDEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDEF8 is #322107. Grayscale: #DBDBDB. Windows color (decimal): -3285256 or 16309965. OLE color: 16309965.
HSL color Cylindrical-coordinate representation of color #CDDEF8: hue angle of 216.28º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDDEF8 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 222 | 248 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.03 |
| HSL | 216.28º | 0.75% | 0.89% | - |
| HSV(B) | 216.28º | 0.17% | 0.97% | - |
| XYZ | 68.24 | 72 | 99.11 | - |
| YUV | 219.88 | 143.87 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 222 | 248 | 0.17 | 0.10 | 0 | 0.03 | 216.28 | 0.75 | 0.89 |
| Hex | CD | DE | F8 | 11 | A | 0 | 3 | D8 | 4B | 59 |
| Octal | 315 | 336 | 370 | 21 | 12 | 0 | 3 | 330 | 113 | 131 |
| Binary | 11001101 | 11011110 | 11111000 | 10001 | 1010 | 0 | 11 | 11011000 | 1001011 | 1011001 |
Color Harmonies of #CDDEF8
Complementary color
Monochromatic Colors of #CDDEF8
Black with #CDDEF8
Text Example
Text Example
White with #CDDEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDEF8; }
p { color: rgb(205,222,248); }
H1.HeaderClassName
{
color: #CDDEF8;
}
.AnyTagClassName
{
color: #CDDEF8;
}
</style>
background-color css
<style>
a { background-color: #CDDEF8; }
a { background-color: rgb(205,222,248); }
div.DivClassName
{
background-color: #CDDEF8;
}
.BgClassName
{
background-color: #CDDEF8;
}
</style>
border-color css
<style>
span { border-color: #CDDEF8; }
span { border-color: rgb(205,222,248); }
td.TdClassName
{
border-color: #CDDEF8;
}
.TagClassName
{
border-color: #CDDEF8;
}
</style>