Shades of Hawkes Blue #DADCDF
Tints of Hawkes Blue #DADCDF
RGB
CMYK
RGB Variations
Color information
#DADCDF (or 0xDADCDF) is known color: Hawkes Blue. HEX triplet: DA, DC and DF. RGB value is (218,220,223). Sum of RGB (Red+Green+Blue) = 218+220+223=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 223 - color contains mainly: blue. Hex color #DADCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCDF is #252320. Grayscale: #DBDBDB. Windows color (decimal): -2433825 or 14671066. OLE color: 14671066.
HSL color Cylindrical-coordinate representation of color #DADCDF: hue angle of 216º degrees, saturation: 0.07, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DADCDF is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 220 | 223 | - |
CMYK | 0.02 | 0.01 | 0 | 0.13 |
HSL | 216º | 0.07% | 0.86% | - |
HSV(B) | 216º | 0.02% | 0.87% | - |
XYZ | 67.83 | 71.42 | 80.02 | - |
YUV | 219.74 | 129.84 | 126.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 220 | 223 | 0.02 | 0.01 | 0 | 0.13 | 216 | 0.07 | 0.86 |
Hex | DA | DC | DF | 2 | 1 | 0 | D | D8 | 7 | 56 |
Octal | 332 | 334 | 337 | 2 | 1 | 0 | 15 | 330 | 7 | 126 |
Binary | 11011010 | 11011100 | 11011111 | 10 | 1 | 0 | 1101 | 11011000 | 111 | 1010110 |
Color Harmonies of #DADCDF
Complementary color
Monochromatic Colors of #DADCDF
Black with #DADCDF
Text Example
Text Example
White with #DADCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCDF; }
p { color: rgb(218,220,223); }
H1.HeaderClassName
{
color: #DADCDF;
}
.AnyTagClassName
{
color: #DADCDF;
}
</style>
background-color css
<style>
a { background-color: #DADCDF; }
a { background-color: rgb(218,220,223); }
div.DivClassName
{
background-color: #DADCDF;
}
.BgClassName
{
background-color: #DADCDF;
}
</style>
border-color css
<style>
span { border-color: #DADCDF; }
span { border-color: rgb(218,220,223); }
td.TdClassName
{
border-color: #DADCDF;
}
.TagClassName
{
border-color: #DADCDF;
}
</style>