Shades of Hawkes Blue #DCDFE9
Tints of Hawkes Blue #DCDFE9
RGB
CMYK
RGB Variations
Color information
#DCDFE9 (or 0xDCDFE9) is known color: Hawkes Blue. HEX triplet: DC, DF and E9. RGB value is (220,223,233). Sum of RGB (Red+Green+Blue) = 220+223+233=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 223 (87.5% from 255 or 32.99% from 676); Blue value is 233 (91.41% from 255 or 34.47% from 676); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCDFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDFE9 is #232016. Grayscale: #DFDFDF. Windows color (decimal): -2301975 or 15327196. OLE color: 15327196.
HSL color Cylindrical-coordinate representation of color #DCDFE9: hue angle of 226.15º degrees, saturation: 0.23, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCDFE9 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 220 | 223 | 233 | - |
CMYK | 0.06 | 0.04 | 0 | 0.09 |
HSL | 226.15º | 0.23% | 0.89% | - |
HSV(B) | 226.15º | 0.06% | 0.91% | - |
XYZ | 70.61 | 73.87 | 87.63 | - |
YUV | 223.24 | 133.51 | 125.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 223 | 233 | 0.06 | 0.04 | 0 | 0.09 | 226.15 | 0.23 | 0.89 |
Hex | DC | DF | E9 | 6 | 4 | 0 | 9 | E2 | 17 | 59 |
Octal | 334 | 337 | 351 | 6 | 4 | 0 | 11 | 342 | 27 | 131 |
Binary | 11011100 | 11011111 | 11101001 | 110 | 100 | 0 | 1001 | 11100010 | 10111 | 1011001 |
Color Harmonies of #DCDFE9
Complementary color
Monochromatic Colors of #DCDFE9
Black with #DCDFE9
Text Example
Text Example
White with #DCDFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDFE9; }
p { color: rgb(220,223,233); }
H1.HeaderClassName
{
color: #DCDFE9;
}
.AnyTagClassName
{
color: #DCDFE9;
}
</style>
background-color css
<style>
a { background-color: #DCDFE9; }
a { background-color: rgb(220,223,233); }
div.DivClassName
{
background-color: #DCDFE9;
}
.BgClassName
{
background-color: #DCDFE9;
}
</style>
border-color css
<style>
span { border-color: #DCDFE9; }
span { border-color: rgb(220,223,233); }
td.TdClassName
{
border-color: #DCDFE9;
}
.TagClassName
{
border-color: #DCDFE9;
}
</style>