Shades of Hawkes Blue #DDDFE8
Tints of Hawkes Blue #DDDFE8
RGB
CMYK
RGB Variations
Color information
#DDDFE8 (or 0xDDDFE8) is known color: Hawkes Blue. HEX triplet: DD, DF and E8. RGB value is (221,223,232). Sum of RGB (Red+Green+Blue) = 221+223+232=676 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.69% from 676); Green value is 223 (87.5% from 255 or 32.99% from 676); Blue value is 232 (91.02% from 255 or 34.32% from 676); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDDFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDFE8 is #222017. Grayscale: #DFDFDF. Windows color (decimal): -2236440 or 15261661. OLE color: 15261661.
HSL color Cylindrical-coordinate representation of color #DDDFE8: hue angle of 229.09º degrees, saturation: 0.19, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDDFE8 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 223 | 232 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.09 |
| HSL | 229.09º | 0.19% | 0.89% | - |
| HSV(B) | 229.09º | 0.05% | 0.91% | - |
| XYZ | 70.77 | 73.97 | 86.89 | - |
| YUV | 223.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 232 | 0.05 | 0.04 | 0 | 0.09 | 229.09 | 0.19 | 0.89 |
| Hex | DD | DF | E8 | 5 | 4 | 0 | 9 | E5 | 13 | 59 |
| Octal | 335 | 337 | 350 | 5 | 4 | 0 | 11 | 345 | 23 | 131 |
| Binary | 11011101 | 11011111 | 11101000 | 101 | 100 | 0 | 1001 | 11100101 | 10011 | 1011001 |
Color Harmonies of #DDDFE8
Complementary color
Monochromatic Colors of #DDDFE8
Black with #DDDFE8
Text Example
Text Example
White with #DDDFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDFE8; }
p { color: rgb(221,223,232); }
H1.HeaderClassName
{
color: #DDDFE8;
}
.AnyTagClassName
{
color: #DDDFE8;
}
</style>
background-color css
<style>
a { background-color: #DDDFE8; }
a { background-color: rgb(221,223,232); }
div.DivClassName
{
background-color: #DDDFE8;
}
.BgClassName
{
background-color: #DDDFE8;
}
</style>
border-color css
<style>
span { border-color: #DDDFE8; }
span { border-color: rgb(221,223,232); }
td.TdClassName
{
border-color: #DDDFE8;
}
.TagClassName
{
border-color: #DDDFE8;
}
</style>