Shades of Hawkes Blue #DADCE1
Tints of Hawkes Blue #DADCE1
RGB
CMYK
RGB Variations
Color information
#DADCE1 (or 0xDADCE1) is known color: Hawkes Blue. HEX triplet: DA, DC and E1. RGB value is (218,220,225). Sum of RGB (Red+Green+Blue) = 218+220+225=663 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.88% from 663); Green value is 220 (86.33% from 255 or 33.18% from 663); Blue value is 225 (88.28% from 255 or 33.94% from 663); Max value from RGB is 225 - color contains mainly: blue. Hex color #DADCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCE1 is #25231E. Grayscale: #DBDBDB. Windows color (decimal): -2433823 or 14802138. OLE color: 14802138.
HSL color Cylindrical-coordinate representation of color #DADCE1: hue angle of 222.86º degrees, saturation: 0.1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DADCE1 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 218 | 220 | 225 | - |
CMYK | 0.03 | 0.02 | 0 | 0.12 |
HSL | 222.86º | 0.1% | 0.87% | - |
HSV(B) | 222.86º | 0.03% | 0.88% | - |
XYZ | 68.1 | 71.53 | 81.45 | - |
YUV | 219.97 | 130.84 | 126.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 220 | 225 | 0.03 | 0.02 | 0 | 0.12 | 222.86 | 0.1 | 0.87 |
Hex | DA | DC | E1 | 3 | 2 | 0 | C | DF | A | 57 |
Octal | 332 | 334 | 341 | 3 | 2 | 0 | 14 | 337 | 12 | 127 |
Binary | 11011010 | 11011100 | 11100001 | 11 | 10 | 0 | 1100 | 11011111 | 1010 | 1010111 |
Color Harmonies of #DADCE1
Complementary color
Monochromatic Colors of #DADCE1
Black with #DADCE1
Text Example
Text Example
White with #DADCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCE1; }
p { color: rgb(218,220,225); }
H1.HeaderClassName
{
color: #DADCE1;
}
.AnyTagClassName
{
color: #DADCE1;
}
</style>
background-color css
<style>
a { background-color: #DADCE1; }
a { background-color: rgb(218,220,225); }
div.DivClassName
{
background-color: #DADCE1;
}
.BgClassName
{
background-color: #DADCE1;
}
</style>
border-color css
<style>
span { border-color: #DADCE1; }
span { border-color: rgb(218,220,225); }
td.TdClassName
{
border-color: #DADCE1;
}
.TagClassName
{
border-color: #DADCE1;
}
</style>