Shades of Pattens Blue #D7DDE0
Tints of Pattens Blue #D7DDE0
RGB
CMYK
RGB Variations
Color information
#D7DDE0 (or 0xD7DDE0) is known color: Pattens Blue. HEX triplet: D7, DD and E0. RGB value is (215,221,224). Sum of RGB (Red+Green+Blue) = 215+221+224=660 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.58% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 224 (87.89% from 255 or 33.94% from 660); Max value from RGB is 224 - color contains mainly: blue. Hex color #D7DDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DDE0 is #28221F. Grayscale: #DBDBDB. Windows color (decimal): -2630176 or 14736855. OLE color: 14736855.
HSL color Cylindrical-coordinate representation of color #D7DDE0: hue angle of 200º degrees, saturation: 0.13, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D7DDE0 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 221 | 224 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.12 |
| HSL | 200º | 0.13% | 0.86% | - |
| HSV(B) | 200º | 0.04% | 0.88% | - |
| XYZ | 67.34 | 71.54 | 80.78 | - |
| YUV | 219.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 221 | 224 | 0.04 | 0.01 | 0 | 0.12 | 200 | 0.13 | 0.86 |
| Hex | D7 | DD | E0 | 4 | 1 | 0 | C | C8 | D | 56 |
| Octal | 327 | 335 | 340 | 4 | 1 | 0 | 14 | 310 | 15 | 126 |
| Binary | 11010111 | 11011101 | 11100000 | 100 | 1 | 0 | 1100 | 11001000 | 1101 | 1010110 |
Color Harmonies of #D7DDE0
Complementary color
Monochromatic Colors of #D7DDE0
Black with #D7DDE0
Text Example
Text Example
White with #D7DDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DDE0; }
p { color: rgb(215,221,224); }
H1.HeaderClassName
{
color: #D7DDE0;
}
.AnyTagClassName
{
color: #D7DDE0;
}
</style>
background-color css
<style>
a { background-color: #D7DDE0; }
a { background-color: rgb(215,221,224); }
div.DivClassName
{
background-color: #D7DDE0;
}
.BgClassName
{
background-color: #D7DDE0;
}
</style>
border-color css
<style>
span { border-color: #D7DDE0; }
span { border-color: rgb(215,221,224); }
td.TdClassName
{
border-color: #D7DDE0;
}
.TagClassName
{
border-color: #D7DDE0;
}
</style>