Shades of Hawkes Blue #DADCE3
Tints of Hawkes Blue #DADCE3
RGB
CMYK
RGB Variations
Color information
#DADCE3 (or 0xDADCE3) is known color: Hawkes Blue. HEX triplet: DA, DC and E3. RGB value is (218,220,227). Sum of RGB (Red+Green+Blue) = 218+220+227=665 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.78% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 227 (89.06% from 255 or 34.14% from 665); Max value from RGB is 227 - color contains mainly: blue. Hex color #DADCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCE3 is #25231C. Grayscale: #DCDCDC. Windows color (decimal): -2433821 or 14933210. OLE color: 14933210.
HSL color Cylindrical-coordinate representation of color #DADCE3: hue angle of 226.67º degrees, saturation: 0.14, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DADCE3 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 218 | 220 | 227 | - |
CMYK | 0.04 | 0.03 | 0 | 0.11 |
HSL | 226.67º | 0.14% | 0.87% | - |
HSV(B) | 226.67º | 0.04% | 0.89% | - |
XYZ | 68.37 | 71.64 | 82.9 | - |
YUV | 220.2 | 131.84 | 126.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 220 | 227 | 0.04 | 0.03 | 0 | 0.11 | 226.67 | 0.14 | 0.87 |
Hex | DA | DC | E3 | 4 | 3 | 0 | B | E3 | E | 57 |
Octal | 332 | 334 | 343 | 4 | 3 | 0 | 13 | 343 | 16 | 127 |
Binary | 11011010 | 11011100 | 11100011 | 100 | 11 | 0 | 1011 | 11100011 | 1110 | 1010111 |
Color Harmonies of #DADCE3
Complementary color
Monochromatic Colors of #DADCE3
Black with #DADCE3
Text Example
Text Example
White with #DADCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCE3; }
p { color: rgb(218,220,227); }
H1.HeaderClassName
{
color: #DADCE3;
}
.AnyTagClassName
{
color: #DADCE3;
}
</style>
background-color css
<style>
a { background-color: #DADCE3; }
a { background-color: rgb(218,220,227); }
div.DivClassName
{
background-color: #DADCE3;
}
.BgClassName
{
background-color: #DADCE3;
}
</style>
border-color css
<style>
span { border-color: #DADCE3; }
span { border-color: rgb(218,220,227); }
td.TdClassName
{
border-color: #DADCE3;
}
.TagClassName
{
border-color: #DADCE3;
}
</style>