Shades of Pattens Blue #D5DADD
Tints of Pattens Blue #D5DADD
RGB
CMYK
RGB Variations
Color information
#D5DADD (or 0xD5DADD) is known color: Pattens Blue. HEX triplet: D5, DA and DD. RGB value is (213,218,221). Sum of RGB (Red+Green+Blue) = 213+218+221=652 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.67% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5DADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DADD is #2A2522. Grayscale: #D8D8D8. Windows color (decimal): -2762019 or 14539477. OLE color: 14539477.
HSL color Cylindrical-coordinate representation of color #D5DADD: hue angle of 202.5º degrees, saturation: 0.11, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5DADD is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 213 | 218 | 221 | - |
CMYK | 0.04 | 0.01 | 0 | 0.13 |
HSL | 202.5º | 0.11% | 0.85% | - |
HSV(B) | 202.5º | 0.04% | 0.87% | - |
XYZ | 65.56 | 69.51 | 78.37 | - |
YUV | 216.85 | 130.34 | 125.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 218 | 221 | 0.04 | 0.01 | 0 | 0.13 | 202.5 | 0.11 | 0.85 |
Hex | D5 | DA | DD | 4 | 1 | 0 | D | CA | B | 55 |
Octal | 325 | 332 | 335 | 4 | 1 | 0 | 15 | 312 | 13 | 125 |
Binary | 11010101 | 11011010 | 11011101 | 100 | 1 | 0 | 1101 | 11001010 | 1011 | 1010101 |
Color Harmonies of #D5DADD
Complementary color
Monochromatic Colors of #D5DADD
Black with #D5DADD
Text Example
Text Example
White with #D5DADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DADD; }
p { color: rgb(213,218,221); }
H1.HeaderClassName
{
color: #D5DADD;
}
.AnyTagClassName
{
color: #D5DADD;
}
</style>
background-color css
<style>
a { background-color: #D5DADD; }
a { background-color: rgb(213,218,221); }
div.DivClassName
{
background-color: #D5DADD;
}
.BgClassName
{
background-color: #D5DADD;
}
</style>
border-color css
<style>
span { border-color: #D5DADD; }
span { border-color: rgb(213,218,221); }
td.TdClassName
{
border-color: #D5DADD;
}
.TagClassName
{
border-color: #D5DADD;
}
</style>