Shades of Hawkes Blue #DCDFED
Tints of Hawkes Blue #DCDFED
RGB
CMYK
RGB Variations
Color information
#DCDFED (or 0xDCDFED) is known color: Hawkes Blue. HEX triplet: DC, DF and ED. RGB value is (220,223,237). Sum of RGB (Red+Green+Blue) = 220+223+237=680 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.35% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 237 (92.97% from 255 or 34.85% from 680); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCDFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDFED is #232012. Grayscale: #DFDFDF. Windows color (decimal): -2301971 or 15589340. OLE color: 15589340.
HSL color Cylindrical-coordinate representation of color #DCDFED: hue angle of 229.41º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCDFED is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 223 | 237 | - |
CMYK | 0.07 | 0.06 | 0 | 0.07 |
HSL | 229.41º | 0.32% | 0.9% | - |
HSV(B) | 229.41º | 0.07% | 0.93% | - |
XYZ | 71.19 | 74.11 | 90.67 | - |
YUV | 223.7 | 135.51 | 125.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 223 | 237 | 0.07 | 0.06 | 0 | 0.07 | 229.41 | 0.32 | 0.9 |
Hex | DC | DF | ED | 7 | 6 | 0 | 7 | E5 | 20 | 5A |
Octal | 334 | 337 | 355 | 7 | 6 | 0 | 7 | 345 | 40 | 132 |
Binary | 11011100 | 11011111 | 11101101 | 111 | 110 | 0 | 111 | 11100101 | 100000 | 1011010 |
Color Harmonies of #DCDFED
Complementary color
Monochromatic Colors of #DCDFED
Black with #DCDFED
Text Example
Text Example
White with #DCDFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDFED; }
p { color: rgb(220,223,237); }
H1.HeaderClassName
{
color: #DCDFED;
}
.AnyTagClassName
{
color: #DCDFED;
}
</style>
background-color css
<style>
a { background-color: #DCDFED; }
a { background-color: rgb(220,223,237); }
div.DivClassName
{
background-color: #DCDFED;
}
.BgClassName
{
background-color: #DCDFED;
}
</style>
border-color css
<style>
span { border-color: #DCDFED; }
span { border-color: rgb(220,223,237); }
td.TdClassName
{
border-color: #DCDFED;
}
.TagClassName
{
border-color: #DCDFED;
}
</style>