Shades of Pattens Blue #D5DDE0
Tints of Pattens Blue #D5DDE0
RGB
CMYK
RGB Variations
Color information
#D5DDE0 (or 0xD5DDE0) is known color: Pattens Blue. HEX triplet: D5, DD and E0. RGB value is (213,221,224). Sum of RGB (Red+Green+Blue) = 213+221+224=658 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.37% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 224 (87.89% from 255 or 34.04% from 658); Max value from RGB is 224 - color contains mainly: blue. Hex color #D5DDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DDE0 is #2A221F. Grayscale: #DADADA. Windows color (decimal): -2761248 or 14736853. OLE color: 14736853.
HSL color Cylindrical-coordinate representation of color #D5DDE0: hue angle of 196.36º degrees, saturation: 0.15, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D5DDE0 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 221 | 224 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.12 |
| HSL | 196.36º | 0.15% | 0.86% | - |
| HSV(B) | 196.36º | 0.05% | 0.88% | - |
| XYZ | 66.75 | 71.24 | 80.75 | - |
| YUV | 218.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 221 | 224 | 0.05 | 0.01 | 0 | 0.12 | 196.36 | 0.15 | 0.86 |
| Hex | D5 | DD | E0 | 5 | 1 | 0 | C | C4 | F | 56 |
| Octal | 325 | 335 | 340 | 5 | 1 | 0 | 14 | 304 | 17 | 126 |
| Binary | 11010101 | 11011101 | 11100000 | 101 | 1 | 0 | 1100 | 11000100 | 1111 | 1010110 |
Color Harmonies of #D5DDE0
Complementary color
Monochromatic Colors of #D5DDE0
Black with #D5DDE0
Text Example
Text Example
White with #D5DDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DDE0; }
p { color: rgb(213,221,224); }
H1.HeaderClassName
{
color: #D5DDE0;
}
.AnyTagClassName
{
color: #D5DDE0;
}
</style>
background-color css
<style>
a { background-color: #D5DDE0; }
a { background-color: rgb(213,221,224); }
div.DivClassName
{
background-color: #D5DDE0;
}
.BgClassName
{
background-color: #D5DDE0;
}
</style>
border-color css
<style>
span { border-color: #D5DDE0; }
span { border-color: rgb(213,221,224); }
td.TdClassName
{
border-color: #D5DDE0;
}
.TagClassName
{
border-color: #D5DDE0;
}
</style>