Shades of Hawkes Blue #DADFF3
Tints of Hawkes Blue #DADFF3
RGB
CMYK
RGB Variations
Color information
#DADFF3 (or 0xDADFF3) is known color: Hawkes Blue. HEX triplet: DA, DF and F3. RGB value is (218,223,243). Sum of RGB (Red+Green+Blue) = 218+223+243=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 223 (87.5% from 255 or 32.60% from 684); Blue value is 243 (95.31% from 255 or 35.53% from 684); Max value from RGB is 243 - color contains mainly: blue. Hex color #DADFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADFF3 is #25200C. Grayscale: #DFDFDF. Windows color (decimal): -2433037 or 15982554. OLE color: 15982554.
HSL color Cylindrical-coordinate representation of color #DADFF3: hue angle of 228º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DADFF3 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 218 | 223 | 243 | - |
CMYK | 0.10 | 0.08 | 0 | 0.05 |
HSL | 228º | 0.51% | 0.9% | - |
HSV(B) | 228º | 0.1% | 0.95% | - |
XYZ | 71.48 | 74.15 | 95.34 | - |
YUV | 223.79 | 138.84 | 123.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 223 | 243 | 0.10 | 0.08 | 0 | 0.05 | 228 | 0.51 | 0.9 |
Hex | DA | DF | F3 | A | 8 | 0 | 5 | E4 | 33 | 5A |
Octal | 332 | 337 | 363 | 12 | 10 | 0 | 5 | 344 | 63 | 132 |
Binary | 11011010 | 11011111 | 11110011 | 1010 | 1000 | 0 | 101 | 11100100 | 110011 | 1011010 |
Color Harmonies of #DADFF3
Complementary color
Monochromatic Colors of #DADFF3
Black with #DADFF3
Text Example
Text Example
White with #DADFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADFF3; }
p { color: rgb(218,223,243); }
H1.HeaderClassName
{
color: #DADFF3;
}
.AnyTagClassName
{
color: #DADFF3;
}
</style>
background-color css
<style>
a { background-color: #DADFF3; }
a { background-color: rgb(218,223,243); }
div.DivClassName
{
background-color: #DADFF3;
}
.BgClassName
{
background-color: #DADFF3;
}
</style>
border-color css
<style>
span { border-color: #DADFF3; }
span { border-color: rgb(218,223,243); }
td.TdClassName
{
border-color: #DADFF3;
}
.TagClassName
{
border-color: #DADFF3;
}
</style>