Shades of Hawkes Blue #DCDEE5
Tints of Hawkes Blue #DCDEE5
RGB
CMYK
RGB Variations
Color information
#DCDEE5 (or 0xDCDEE5) is known color: Hawkes Blue. HEX triplet: DC, DE and E5. RGB value is (220,222,229). Sum of RGB (Red+Green+Blue) = 220+222+229=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 229 (89.84% from 255 or 34.13% from 671); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCDEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDEE5 is #23211A. Grayscale: #DEDEDE. Windows color (decimal): -2302235 or 15064796. OLE color: 15064796.
HSL color Cylindrical-coordinate representation of color #DCDEE5: 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 #DCDEE5 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 220 | 222 | 229 | - |
CMYK | 0.04 | 0.03 | 0 | 0.10 |
HSL | 226.67º | 0.15% | 0.88% | - |
HSV(B) | 226.67º | 0.04% | 0.9% | - |
XYZ | 69.78 | 73.12 | 84.56 | - |
YUV | 222.2 | 131.84 | 126.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 222 | 229 | 0.04 | 0.03 | 0 | 0.10 | 226.67 | 0.15 | 0.88 |
Hex | DC | DE | E5 | 4 | 3 | 0 | A | E3 | F | 58 |
Octal | 334 | 336 | 345 | 4 | 3 | 0 | 12 | 343 | 17 | 130 |
Binary | 11011100 | 11011110 | 11100101 | 100 | 11 | 0 | 1010 | 11100011 | 1111 | 1011000 |
Color Harmonies of #DCDEE5
Complementary color
Monochromatic Colors of #DCDEE5
Black with #DCDEE5
Text Example
Text Example
White with #DCDEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEE5; }
p { color: rgb(220,222,229); }
H1.HeaderClassName
{
color: #DCDEE5;
}
.AnyTagClassName
{
color: #DCDEE5;
}
</style>
background-color css
<style>
a { background-color: #DCDEE5; }
a { background-color: rgb(220,222,229); }
div.DivClassName
{
background-color: #DCDEE5;
}
.BgClassName
{
background-color: #DCDEE5;
}
</style>
border-color css
<style>
span { border-color: #DCDEE5; }
span { border-color: rgb(220,222,229); }
td.TdClassName
{
border-color: #DCDEE5;
}
.TagClassName
{
border-color: #DCDEE5;
}
</style>