Shades of Hawkes Blue #DCDFEC
Tints of Hawkes Blue #DCDFEC
RGB
CMYK
RGB Variations
Color information
#DCDFEC (or 0xDCDFEC) is known color: Hawkes Blue. HEX triplet: DC, DF and EC. RGB value is (220,223,236). Sum of RGB (Red+Green+Blue) = 220+223+236=679 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.40% from 679); Green value is 223 (87.5% from 255 or 32.84% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCDFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDFEC is #232013. Grayscale: #DFDFDF. Windows color (decimal): -2301972 or 15523804. OLE color: 15523804.
HSL color Cylindrical-coordinate representation of color #DCDFEC: hue angle of 228.75º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCDFEC is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 223 | 236 | - |
CMYK | 0.07 | 0.06 | 0 | 0.07 |
HSL | 228.75º | 0.3% | 0.89% | - |
HSV(B) | 228.75º | 0.07% | 0.93% | - |
XYZ | 71.04 | 74.05 | 89.91 | - |
YUV | 223.59 | 135.01 | 125.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 223 | 236 | 0.07 | 0.06 | 0 | 0.07 | 228.75 | 0.3 | 0.89 |
Hex | DC | DF | EC | 7 | 6 | 0 | 7 | E5 | 1E | 59 |
Octal | 334 | 337 | 354 | 7 | 6 | 0 | 7 | 345 | 36 | 131 |
Binary | 11011100 | 11011111 | 11101100 | 111 | 110 | 0 | 111 | 11100101 | 11110 | 1011001 |
Color Harmonies of #DCDFEC
Complementary color
Monochromatic Colors of #DCDFEC
Black with #DCDFEC
Text Example
Text Example
White with #DCDFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDFEC; }
p { color: rgb(220,223,236); }
H1.HeaderClassName
{
color: #DCDFEC;
}
.AnyTagClassName
{
color: #DCDFEC;
}
</style>
background-color css
<style>
a { background-color: #DCDFEC; }
a { background-color: rgb(220,223,236); }
div.DivClassName
{
background-color: #DCDFEC;
}
.BgClassName
{
background-color: #DCDFEC;
}
</style>
border-color css
<style>
span { border-color: #DCDFEC; }
span { border-color: rgb(220,223,236); }
td.TdClassName
{
border-color: #DCDFEC;
}
.TagClassName
{
border-color: #DCDFEC;
}
</style>