Shades of Pattens Blue #D5DFE9
Tints of Pattens Blue #D5DFE9
RGB
CMYK
RGB Variations
Color information
#D5DFE9 (or 0xD5DFE9) is known color: Pattens Blue. HEX triplet: D5, DF and E9. RGB value is (213,223,233). Sum of RGB (Red+Green+Blue) = 213+223+233=669 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.84% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 233 (91.41% from 255 or 34.83% from 669); Max value from RGB is 233 - color contains mainly: blue. Hex color #D5DFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DFE9 is #2A2016. Grayscale: #DDDDDD. Windows color (decimal): -2760727 or 15327189. OLE color: 15327189.
HSL color Cylindrical-coordinate representation of color #D5DFE9: hue angle of 210º degrees, saturation: 0.31, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5DFE9 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 213 | 223 | 233 | - |
CMYK | 0.09 | 0.04 | 0 | 0.09 |
HSL | 210º | 0.31% | 0.87% | - |
HSV(B) | 210º | 0.09% | 0.91% | - |
XYZ | 68.54 | 72.8 | 87.53 | - |
YUV | 221.15 | 134.69 | 122.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 223 | 233 | 0.09 | 0.04 | 0 | 0.09 | 210 | 0.31 | 0.87 |
Hex | D5 | DF | E9 | 9 | 4 | 0 | 9 | D2 | 1F | 57 |
Octal | 325 | 337 | 351 | 11 | 4 | 0 | 11 | 322 | 37 | 127 |
Binary | 11010101 | 11011111 | 11101001 | 1001 | 100 | 0 | 1001 | 11010010 | 11111 | 1010111 |
Color Harmonies of #D5DFE9
Complementary color
Monochromatic Colors of #D5DFE9
Black with #D5DFE9
Text Example
Text Example
White with #D5DFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DFE9; }
p { color: rgb(213,223,233); }
H1.HeaderClassName
{
color: #D5DFE9;
}
.AnyTagClassName
{
color: #D5DFE9;
}
</style>
background-color css
<style>
a { background-color: #D5DFE9; }
a { background-color: rgb(213,223,233); }
div.DivClassName
{
background-color: #D5DFE9;
}
.BgClassName
{
background-color: #D5DFE9;
}
</style>
border-color css
<style>
span { border-color: #D5DFE9; }
span { border-color: rgb(213,223,233); }
td.TdClassName
{
border-color: #D5DFE9;
}
.TagClassName
{
border-color: #D5DFE9;
}
</style>