Shades of Hawkes Blue #DDDFE6
Tints of Hawkes Blue #DDDFE6
RGB
CMYK
RGB Variations
Color information
#DDDFE6 (or 0xDDDFE6) is known color: Hawkes Blue. HEX triplet: DD, DF and E6. RGB value is (221,223,230). Sum of RGB (Red+Green+Blue) = 221+223+230=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 223 (87.5% from 255 or 33.09% from 674); Blue value is 230 (90.23% from 255 or 34.12% from 674); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDDFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDFE6 is #222019. Grayscale: #DFDFDF. Windows color (decimal): -2236442 or 15130589. OLE color: 15130589.
HSL color Cylindrical-coordinate representation of color #DDDFE6: hue angle of 226.67º degrees, saturation: 0.15, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDDFE6 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 221 | 223 | 230 | - |
CMYK | 0.04 | 0.03 | 0 | 0.10 |
HSL | 226.67º | 0.15% | 0.88% | - |
HSV(B) | 226.67º | 0.04% | 0.9% | - |
XYZ | 70.49 | 73.86 | 85.4 | - |
YUV | 223.2 | 131.84 | 126.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 223 | 230 | 0.04 | 0.03 | 0 | 0.10 | 226.67 | 0.15 | 0.88 |
Hex | DD | DF | E6 | 4 | 3 | 0 | A | E3 | F | 58 |
Octal | 335 | 337 | 346 | 4 | 3 | 0 | 12 | 343 | 17 | 130 |
Binary | 11011101 | 11011111 | 11100110 | 100 | 11 | 0 | 1010 | 11100011 | 1111 | 1011000 |
Color Harmonies of #DDDFE6
Complementary color
Monochromatic Colors of #DDDFE6
Black with #DDDFE6
Text Example
Text Example
White with #DDDFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDFE6; }
p { color: rgb(221,223,230); }
H1.HeaderClassName
{
color: #DDDFE6;
}
.AnyTagClassName
{
color: #DDDFE6;
}
</style>
background-color css
<style>
a { background-color: #DDDFE6; }
a { background-color: rgb(221,223,230); }
div.DivClassName
{
background-color: #DDDFE6;
}
.BgClassName
{
background-color: #DDDFE6;
}
</style>
border-color css
<style>
span { border-color: #DDDFE6; }
span { border-color: rgb(221,223,230); }
td.TdClassName
{
border-color: #DDDFE6;
}
.TagClassName
{
border-color: #DDDFE6;
}
</style>