Shades of Pattens Blue #D2DADD
Tints of Pattens Blue #D2DADD
RGB
CMYK
RGB Variations
Color information
#D2DADD (or 0xD2DADD) is known color: Pattens Blue. HEX triplet: D2, DA and DD. RGB value is (210,218,221). Sum of RGB (Red+Green+Blue) = 210+218+221=649 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.36% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 221 - color contains mainly: blue. Hex color #D2DADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DADD is #2D2522. Grayscale: #D7D7D7. Windows color (decimal): -2958627 or 14539474. OLE color: 14539474.
HSL color Cylindrical-coordinate representation of color #D2DADD: hue angle of 196.36º degrees, saturation: 0.14, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D2DADD is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 218 | 221 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.13 |
| HSL | 196.36º | 0.14% | 0.85% | - |
| HSV(B) | 196.36º | 0.05% | 0.87% | - |
| XYZ | 64.7 | 69.06 | 78.33 | - |
| YUV | 215.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 218 | 221 | 0.05 | 0.01 | 0 | 0.13 | 196.36 | 0.14 | 0.85 |
| Hex | D2 | DA | DD | 5 | 1 | 0 | D | C4 | E | 55 |
| Octal | 322 | 332 | 335 | 5 | 1 | 0 | 15 | 304 | 16 | 125 |
| Binary | 11010010 | 11011010 | 11011101 | 101 | 1 | 0 | 1101 | 11000100 | 1110 | 1010101 |
Color Harmonies of #D2DADD
Complementary color
Monochromatic Colors of #D2DADD
Black with #D2DADD
Text Example
Text Example
White with #D2DADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DADD; }
p { color: rgb(210,218,221); }
H1.HeaderClassName
{
color: #D2DADD;
}
.AnyTagClassName
{
color: #D2DADD;
}
</style>
background-color css
<style>
a { background-color: #D2DADD; }
a { background-color: rgb(210,218,221); }
div.DivClassName
{
background-color: #D2DADD;
}
.BgClassName
{
background-color: #D2DADD;
}
</style>
border-color css
<style>
span { border-color: #D2DADD; }
span { border-color: rgb(210,218,221); }
td.TdClassName
{
border-color: #D2DADD;
}
.TagClassName
{
border-color: #D2DADD;
}
</style>