Shades of Hawkes Blue #DEDFE4
Tints of Hawkes Blue #DEDFE4
RGB
CMYK
RGB Variations
Color information
#DEDFE4 (or 0xDEDFE4) is known color: Hawkes Blue. HEX triplet: DE, DF and E4. RGB value is (222,223,228). Sum of RGB (Red+Green+Blue) = 222+223+228=673 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.99% from 673); Green value is 223 (87.5% from 255 or 33.14% from 673); Blue value is 228 (89.45% from 255 or 33.88% from 673); Max value from RGB is 228 - color contains mainly: blue. Hex color #DEDFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDFE4 is #21201B. Grayscale: #DFDFDF. Windows color (decimal): -2170908 or 14999518. OLE color: 14999518.
HSL color Cylindrical-coordinate representation of color #DEDFE4: hue angle of 230º degrees, saturation: 0.1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEDFE4 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 222 | 223 | 228 | - |
CMYK | 0.03 | 0.02 | 0 | 0.11 |
HSL | 230º | 0.1% | 0.88% | - |
HSV(B) | 230º | 0.03% | 0.89% | - |
XYZ | 70.52 | 73.91 | 83.95 | - |
YUV | 223.27 | 130.67 | 127.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 223 | 228 | 0.03 | 0.02 | 0 | 0.11 | 230 | 0.1 | 0.88 |
Hex | DE | DF | E4 | 3 | 2 | 0 | B | E6 | A | 58 |
Octal | 336 | 337 | 344 | 3 | 2 | 0 | 13 | 346 | 12 | 130 |
Binary | 11011110 | 11011111 | 11100100 | 11 | 10 | 0 | 1011 | 11100110 | 1010 | 1011000 |
Color Harmonies of #DEDFE4
Complementary color
Monochromatic Colors of #DEDFE4
Black with #DEDFE4
Text Example
Text Example
White with #DEDFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDFE4; }
p { color: rgb(222,223,228); }
H1.HeaderClassName
{
color: #DEDFE4;
}
.AnyTagClassName
{
color: #DEDFE4;
}
</style>
background-color css
<style>
a { background-color: #DEDFE4; }
a { background-color: rgb(222,223,228); }
div.DivClassName
{
background-color: #DEDFE4;
}
.BgClassName
{
background-color: #DEDFE4;
}
</style>
border-color css
<style>
span { border-color: #DEDFE4; }
span { border-color: rgb(222,223,228); }
td.TdClassName
{
border-color: #DEDFE4;
}
.TagClassName
{
border-color: #DEDFE4;
}
</style>