Shades of Hawkes Blue #DCDFE5
Tints of Hawkes Blue #DCDFE5
RGB
CMYK
RGB Variations
Color information
#DCDFE5 (or 0xDCDFE5) is known color: Hawkes Blue. HEX triplet: DC, DF and E5. RGB value is (220,223,229). Sum of RGB (Red+Green+Blue) = 220+223+229=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 229 (89.84% from 255 or 34.08% from 672); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCDFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDFE5 is #23201A. Grayscale: #DEDEDE. Windows color (decimal): -2301979 or 15065052. OLE color: 15065052.
HSL color Cylindrical-coordinate representation of color #DCDFE5: hue angle of 220º 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 #DCDFE5 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 223 | 229 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.10 |
| HSL | 220º | 0.15% | 0.88% | - |
| HSV(B) | 220º | 0.04% | 0.9% | - |
| XYZ | 70.05 | 73.65 | 84.65 | - |
| YUV | 222.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 229 | 0.04 | 0.03 | 0 | 0.10 | 220 | 0.15 | 0.88 |
| Hex | DC | DF | E5 | 4 | 3 | 0 | A | DC | F | 58 |
| Octal | 334 | 337 | 345 | 4 | 3 | 0 | 12 | 334 | 17 | 130 |
| Binary | 11011100 | 11011111 | 11100101 | 100 | 11 | 0 | 1010 | 11011100 | 1111 | 1011000 |
Color Harmonies of #DCDFE5
Complementary color
Monochromatic Colors of #DCDFE5
Black with #DCDFE5
Text Example
Text Example
White with #DCDFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDFE5; }
p { color: rgb(220,223,229); }
H1.HeaderClassName
{
color: #DCDFE5;
}
.AnyTagClassName
{
color: #DCDFE5;
}
</style>
background-color css
<style>
a { background-color: #DCDFE5; }
a { background-color: rgb(220,223,229); }
div.DivClassName
{
background-color: #DCDFE5;
}
.BgClassName
{
background-color: #DCDFE5;
}
</style>
border-color css
<style>
span { border-color: #DCDFE5; }
span { border-color: rgb(220,223,229); }
td.TdClassName
{
border-color: #DCDFE5;
}
.TagClassName
{
border-color: #DCDFE5;
}
</style>