Shades of Pattens Blue #D4DDE1
Tints of Pattens Blue #D4DDE1
RGB
CMYK
RGB Variations
Color information
#D4DDE1 (or 0xD4DDE1) is known color: Pattens Blue. HEX triplet: D4, DD and E1. RGB value is (212,221,225). Sum of RGB (Red+Green+Blue) = 212+221+225=658 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.22% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 225 (88.28% from 255 or 34.19% from 658); Max value from RGB is 225 - color contains mainly: blue. Hex color #D4DDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DDE1 is #2B221E. Grayscale: #DADADA. Windows color (decimal): -2826783 or 14802388. OLE color: 14802388.
HSL color Cylindrical-coordinate representation of color #D4DDE1: hue angle of 198.46º degrees, saturation: 0.18, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D4DDE1 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 212 | 221 | 225 | - |
CMYK | 0.06 | 0.02 | 0 | 0.12 |
HSL | 198.46º | 0.18% | 0.86% | - |
HSV(B) | 198.46º | 0.06% | 0.88% | - |
XYZ | 66.6 | 71.15 | 81.46 | - |
YUV | 218.77 | 131.52 | 123.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 221 | 225 | 0.06 | 0.02 | 0 | 0.12 | 198.46 | 0.18 | 0.86 |
Hex | D4 | DD | E1 | 6 | 2 | 0 | C | C6 | 12 | 56 |
Octal | 324 | 335 | 341 | 6 | 2 | 0 | 14 | 306 | 22 | 126 |
Binary | 11010100 | 11011101 | 11100001 | 110 | 10 | 0 | 1100 | 11000110 | 10010 | 1010110 |
Color Harmonies of #D4DDE1
Complementary color
Monochromatic Colors of #D4DDE1
Black with #D4DDE1
Text Example
Text Example
White with #D4DDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DDE1; }
p { color: rgb(212,221,225); }
H1.HeaderClassName
{
color: #D4DDE1;
}
.AnyTagClassName
{
color: #D4DDE1;
}
</style>
background-color css
<style>
a { background-color: #D4DDE1; }
a { background-color: rgb(212,221,225); }
div.DivClassName
{
background-color: #D4DDE1;
}
.BgClassName
{
background-color: #D4DDE1;
}
</style>
border-color css
<style>
span { border-color: #D4DDE1; }
span { border-color: rgb(212,221,225); }
td.TdClassName
{
border-color: #D4DDE1;
}
.TagClassName
{
border-color: #D4DDE1;
}
</style>