Shades of Pattens Blue #D5DADC
Tints of Pattens Blue #D5DADC
RGB
CMYK
RGB Variations
Color information
#D5DADC (or 0xD5DADC) is known color: Pattens Blue. HEX triplet: D5, DA and DC. RGB value is (213,218,220). Sum of RGB (Red+Green+Blue) = 213+218+220=651 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.72% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5DADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DADC is #2A2523. Grayscale: #D8D8D8. Windows color (decimal): -2762020 or 14473941. OLE color: 14473941.
HSL color Cylindrical-coordinate representation of color #D5DADC: hue angle of 197.14º degrees, saturation: 0.09, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D5DADC is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 213 | 218 | 220 | - |
CMYK | 0.03 | 0.01 | 0 | 0.14 |
HSL | 197.14º | 0.09% | 0.85% | - |
HSV(B) | 197.14º | 0.03% | 0.86% | - |
XYZ | 65.43 | 69.46 | 77.67 | - |
YUV | 216.73 | 129.84 | 125.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 218 | 220 | 0.03 | 0.01 | 0 | 0.14 | 197.14 | 0.09 | 0.85 |
Hex | D5 | DA | DC | 3 | 1 | 0 | E | C5 | 9 | 55 |
Octal | 325 | 332 | 334 | 3 | 1 | 0 | 16 | 305 | 11 | 125 |
Binary | 11010101 | 11011010 | 11011100 | 11 | 1 | 0 | 1110 | 11000101 | 1001 | 1010101 |
Color Harmonies of #D5DADC
Complementary color
Monochromatic Colors of #D5DADC
Black with #D5DADC
Text Example
Text Example
White with #D5DADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DADC; }
p { color: rgb(213,218,220); }
H1.HeaderClassName
{
color: #D5DADC;
}
.AnyTagClassName
{
color: #D5DADC;
}
</style>
background-color css
<style>
a { background-color: #D5DADC; }
a { background-color: rgb(213,218,220); }
div.DivClassName
{
background-color: #D5DADC;
}
.BgClassName
{
background-color: #D5DADC;
}
</style>
border-color css
<style>
span { border-color: #D5DADC; }
span { border-color: rgb(213,218,220); }
td.TdClassName
{
border-color: #D5DADC;
}
.TagClassName
{
border-color: #D5DADC;
}
</style>