Shades of Hawkes Blue #DDDFE9
Tints of Hawkes Blue #DDDFE9
RGB
CMYK
RGB Variations
Color information
#DDDFE9 (or 0xDDDFE9) is known color: Hawkes Blue. HEX triplet: DD, DF and E9. RGB value is (221,223,233). Sum of RGB (Red+Green+Blue) = 221+223+233=677 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.64% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 233 (91.41% from 255 or 34.42% from 677); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDDFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDFE9 is #222016. Grayscale: #DFDFDF. Windows color (decimal): -2236439 or 15327197. OLE color: 15327197.
HSL color Cylindrical-coordinate representation of color #DDDFE9: hue angle of 230º degrees, saturation: 0.21, 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 #DDDFE9 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 221 | 223 | 233 | - |
CMYK | 0.05 | 0.04 | 0 | 0.09 |
HSL | 230º | 0.21% | 0.89% | - |
HSV(B) | 230º | 0.05% | 0.91% | - |
XYZ | 70.91 | 74.03 | 87.64 | - |
YUV | 223.54 | 133.34 | 126.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 223 | 233 | 0.05 | 0.04 | 0 | 0.09 | 230 | 0.21 | 0.89 |
Hex | DD | DF | E9 | 5 | 4 | 0 | 9 | E6 | 15 | 59 |
Octal | 335 | 337 | 351 | 5 | 4 | 0 | 11 | 346 | 25 | 131 |
Binary | 11011101 | 11011111 | 11101001 | 101 | 100 | 0 | 1001 | 11100110 | 10101 | 1011001 |
Color Harmonies of #DDDFE9
Complementary color
Monochromatic Colors of #DDDFE9
Black with #DDDFE9
Text Example
Text Example
White with #DDDFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDFE9; }
p { color: rgb(221,223,233); }
H1.HeaderClassName
{
color: #DDDFE9;
}
.AnyTagClassName
{
color: #DDDFE9;
}
</style>
background-color css
<style>
a { background-color: #DDDFE9; }
a { background-color: rgb(221,223,233); }
div.DivClassName
{
background-color: #DDDFE9;
}
.BgClassName
{
background-color: #DDDFE9;
}
</style>
border-color css
<style>
span { border-color: #DDDFE9; }
span { border-color: rgb(221,223,233); }
td.TdClassName
{
border-color: #DDDFE9;
}
.TagClassName
{
border-color: #DDDFE9;
}
</style>