Shades of Hawkes Blue #DADDEC
Tints of Hawkes Blue #DADDEC
RGB
CMYK
RGB Variations
Color information
#DADDEC (or 0xDADDEC) is known color: Hawkes Blue. HEX triplet: DA, DD and EC. RGB value is (218,221,236). Sum of RGB (Red+Green+Blue) = 218+221+236=675 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.30% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 236 - color contains mainly: blue. Hex color #DADDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADDEC is #252213. Grayscale: #DDDDDD. Windows color (decimal): -2433556 or 15523290. OLE color: 15523290.
HSL color Cylindrical-coordinate representation of color #DADDEC: hue angle of 230º degrees, saturation: 0.32, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DADDEC is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 221 | 236 | - |
CMYK | 0.08 | 0.06 | 0 | 0.07 |
HSL | 230º | 0.32% | 0.89% | - |
HSV(B) | 230º | 0.08% | 0.93% | - |
XYZ | 69.91 | 72.67 | 89.7 | - |
YUV | 221.81 | 136.01 | 125.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 221 | 236 | 0.08 | 0.06 | 0 | 0.07 | 230 | 0.32 | 0.89 |
Hex | DA | DD | EC | 8 | 6 | 0 | 7 | E6 | 20 | 59 |
Octal | 332 | 335 | 354 | 10 | 6 | 0 | 7 | 346 | 40 | 131 |
Binary | 11011010 | 11011101 | 11101100 | 1000 | 110 | 0 | 111 | 11100110 | 100000 | 1011001 |
Color Harmonies of #DADDEC
Complementary color
Monochromatic Colors of #DADDEC
Black with #DADDEC
Text Example
Text Example
White with #DADDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDEC; }
p { color: rgb(218,221,236); }
H1.HeaderClassName
{
color: #DADDEC;
}
.AnyTagClassName
{
color: #DADDEC;
}
</style>
background-color css
<style>
a { background-color: #DADDEC; }
a { background-color: rgb(218,221,236); }
div.DivClassName
{
background-color: #DADDEC;
}
.BgClassName
{
background-color: #DADDEC;
}
</style>
border-color css
<style>
span { border-color: #DADDEC; }
span { border-color: rgb(218,221,236); }
td.TdClassName
{
border-color: #DADDEC;
}
.TagClassName
{
border-color: #DADDEC;
}
</style>