Shades of Pattens Blue #D4D8DA
Tints of Pattens Blue #D4D8DA
RGB
CMYK
RGB Variations
Color information
#D4D8DA (or 0xD4D8DA) is known color: Pattens Blue. HEX triplet: D4, D8 and DA. RGB value is (212,216,218). Sum of RGB (Red+Green+Blue) = 212+216+218=646 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.82% from 646); Green value is 216 (84.77% from 255 or 33.44% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 218 - color contains mainly: blue. Hex color #D4D8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D8DA is #2B2725. Grayscale: #D7D7D7. Windows color (decimal): -2828070 or 14342356. OLE color: 14342356.
HSL color Cylindrical-coordinate representation of color #D4D8DA: hue angle of 200º degrees, saturation: 0.08, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D4D8DA is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 212 | 216 | 218 | - |
CMYK | 0.03 | 0.01 | 0 | 0.15 |
HSL | 200º | 0.08% | 0.84% | - |
HSV(B) | 200º | 0.03% | 0.85% | - |
XYZ | 64.36 | 68.17 | 76.1 | - |
YUV | 215.03 | 129.67 | 125.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 216 | 218 | 0.03 | 0.01 | 0 | 0.15 | 200 | 0.08 | 0.84 |
Hex | D4 | D8 | DA | 3 | 1 | 0 | F | C8 | 8 | 54 |
Octal | 324 | 330 | 332 | 3 | 1 | 0 | 17 | 310 | 10 | 124 |
Binary | 11010100 | 11011000 | 11011010 | 11 | 1 | 0 | 1111 | 11001000 | 1000 | 1010100 |
Color Harmonies of #D4D8DA
Complementary color
Monochromatic Colors of #D4D8DA
Black with #D4D8DA
Text Example
Text Example
White with #D4D8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D8DA; }
p { color: rgb(212,216,218); }
H1.HeaderClassName
{
color: #D4D8DA;
}
.AnyTagClassName
{
color: #D4D8DA;
}
</style>
background-color css
<style>
a { background-color: #D4D8DA; }
a { background-color: rgb(212,216,218); }
div.DivClassName
{
background-color: #D4D8DA;
}
.BgClassName
{
background-color: #D4D8DA;
}
</style>
border-color css
<style>
span { border-color: #D4D8DA; }
span { border-color: rgb(212,216,218); }
td.TdClassName
{
border-color: #D4D8DA;
}
.TagClassName
{
border-color: #D4D8DA;
}
</style>