Shades of Pattens Blue #D4DADD
Tints of Pattens Blue #D4DADD
RGB
CMYK
RGB Variations
Color information
#D4DADD (or 0xD4DADD) is known color: Pattens Blue. HEX triplet: D4, DA and DD. RGB value is (212,218,221). Sum of RGB (Red+Green+Blue) = 212+218+221=651 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.57% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 221 - color contains mainly: blue. Hex color #D4DADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DADD is #2B2522. Grayscale: #D8D8D8. Windows color (decimal): -2827555 or 14539476. OLE color: 14539476.
HSL color Cylindrical-coordinate representation of color #D4DADD: hue angle of 200º degrees, saturation: 0.12, 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 #D4DADD is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 212 | 218 | 221 | - |
CMYK | 0.04 | 0.01 | 0 | 0.13 |
HSL | 200º | 0.12% | 0.85% | - |
HSV(B) | 200º | 0.04% | 0.87% | - |
XYZ | 65.27 | 69.36 | 78.35 | - |
YUV | 216.55 | 130.51 | 124.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 218 | 221 | 0.04 | 0.01 | 0 | 0.13 | 200 | 0.12 | 0.85 |
Hex | D4 | DA | DD | 4 | 1 | 0 | D | C8 | C | 55 |
Octal | 324 | 332 | 335 | 4 | 1 | 0 | 15 | 310 | 14 | 125 |
Binary | 11010100 | 11011010 | 11011101 | 100 | 1 | 0 | 1101 | 11001000 | 1100 | 1010101 |
Color Harmonies of #D4DADD
Complementary color
Monochromatic Colors of #D4DADD
Black with #D4DADD
Text Example
Text Example
White with #D4DADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DADD; }
p { color: rgb(212,218,221); }
H1.HeaderClassName
{
color: #D4DADD;
}
.AnyTagClassName
{
color: #D4DADD;
}
</style>
background-color css
<style>
a { background-color: #D4DADD; }
a { background-color: rgb(212,218,221); }
div.DivClassName
{
background-color: #D4DADD;
}
.BgClassName
{
background-color: #D4DADD;
}
</style>
border-color css
<style>
span { border-color: #D4DADD; }
span { border-color: rgb(212,218,221); }
td.TdClassName
{
border-color: #D4DADD;
}
.TagClassName
{
border-color: #D4DADD;
}
</style>