Shades of Hawkes Blue #D5DFF3
Tints of Hawkes Blue #D5DFF3
RGB
CMYK
RGB Variations
Color information
#D5DFF3 (or 0xD5DFF3) is known color: Hawkes Blue. HEX triplet: D5, DF and F3. RGB value is (213,223,243). Sum of RGB (Red+Green+Blue) = 213+223+243=679 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.37% from 679); Green value is 223 (87.5% from 255 or 32.84% from 679); Blue value is 243 (95.31% from 255 or 35.79% from 679); Max value from RGB is 243 - color contains mainly: blue. Hex color #D5DFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DFF3 is #2A200C. Grayscale: #DEDEDE. Windows color (decimal): -2760717 or 15982549. OLE color: 15982549.
HSL color Cylindrical-coordinate representation of color #D5DFF3: hue angle of 220º degrees, saturation: 0.56, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5DFF3 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 213 | 223 | 243 | - |
CMYK | 0.12 | 0.08 | 0 | 0.05 |
HSL | 220º | 0.56% | 0.89% | - |
HSV(B) | 220º | 0.12% | 0.95% | - |
XYZ | 70.01 | 73.39 | 95.27 | - |
YUV | 222.29 | 139.69 | 121.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 223 | 243 | 0.12 | 0.08 | 0 | 0.05 | 220 | 0.56 | 0.89 |
Hex | D5 | DF | F3 | C | 8 | 0 | 5 | DC | 38 | 59 |
Octal | 325 | 337 | 363 | 14 | 10 | 0 | 5 | 334 | 70 | 131 |
Binary | 11010101 | 11011111 | 11110011 | 1100 | 1000 | 0 | 101 | 11011100 | 111000 | 1011001 |
Color Harmonies of #D5DFF3
Complementary color
Monochromatic Colors of #D5DFF3
Black with #D5DFF3
Text Example
Text Example
White with #D5DFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DFF3; }
p { color: rgb(213,223,243); }
H1.HeaderClassName
{
color: #D5DFF3;
}
.AnyTagClassName
{
color: #D5DFF3;
}
</style>
background-color css
<style>
a { background-color: #D5DFF3; }
a { background-color: rgb(213,223,243); }
div.DivClassName
{
background-color: #D5DFF3;
}
.BgClassName
{
background-color: #D5DFF3;
}
</style>
border-color css
<style>
span { border-color: #D5DFF3; }
span { border-color: rgb(213,223,243); }
td.TdClassName
{
border-color: #D5DFF3;
}
.TagClassName
{
border-color: #D5DFF3;
}
</style>