Shades of Pattens Blue #D2DDE1
Tints of Pattens Blue #D2DDE1
RGB
CMYK
RGB Variations
Color information
#D2DDE1 (or 0xD2DDE1) is known color: Pattens Blue. HEX triplet: D2, DD and E1. RGB value is (210,221,225). Sum of RGB (Red+Green+Blue) = 210+221+225=656 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.01% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 225 (88.28% from 255 or 34.30% from 656); Max value from RGB is 225 - color contains mainly: blue. Hex color #D2DDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDE1 is #2D221E. Grayscale: #DADADA. Windows color (decimal): -2957855 or 14802386. OLE color: 14802386.
HSL color Cylindrical-coordinate representation of color #D2DDE1: hue angle of 196º degrees, saturation: 0.2, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D2DDE1 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 221 | 225 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.12 |
| HSL | 196º | 0.2% | 0.85% | - |
| HSV(B) | 196º | 0.07% | 0.88% | - |
| XYZ | 66.03 | 70.85 | 81.43 | - |
| YUV | 218.17 | 131.86 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 221 | 225 | 0.07 | 0.02 | 0 | 0.12 | 196 | 0.2 | 0.85 |
| Hex | D2 | DD | E1 | 7 | 2 | 0 | C | C4 | 14 | 55 |
| Octal | 322 | 335 | 341 | 7 | 2 | 0 | 14 | 304 | 24 | 125 |
| Binary | 11010010 | 11011101 | 11100001 | 111 | 10 | 0 | 1100 | 11000100 | 10100 | 1010101 |
Color Harmonies of #D2DDE1
Complementary color
Monochromatic Colors of #D2DDE1
Black with #D2DDE1
Text Example
Text Example
White with #D2DDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DDE1; }
p { color: rgb(210,221,225); }
H1.HeaderClassName
{
color: #D2DDE1;
}
.AnyTagClassName
{
color: #D2DDE1;
}
</style>
background-color css
<style>
a { background-color: #D2DDE1; }
a { background-color: rgb(210,221,225); }
div.DivClassName
{
background-color: #D2DDE1;
}
.BgClassName
{
background-color: #D2DDE1;
}
</style>
border-color css
<style>
span { border-color: #D2DDE1; }
span { border-color: rgb(210,221,225); }
td.TdClassName
{
border-color: #D2DDE1;
}
.TagClassName
{
border-color: #D2DDE1;
}
</style>