Shades of Pattens Blue #D9E2EC
Tints of Pattens Blue #D9E2EC
RGB
CMYK
RGB Variations
Color information
#D9E2EC (or 0xD9E2EC) is known color: Pattens Blue. HEX triplet: D9, E2 and EC. RGB value is (217,226,236). Sum of RGB (Red+Green+Blue) = 217+226+236=679 (89% of max value = 765). Red value is 217 (85.16% from 255 or 31.96% from 679); Green value is 226 (88.67% from 255 or 33.28% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9E2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9E2EC is #261D13. Grayscale: #E0E0E0. Windows color (decimal): -2497812 or 15524569. OLE color: 15524569.
HSL color Cylindrical-coordinate representation of color #D9E2EC: hue angle of 211.58º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9E2EC is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 217 | 226 | 236 | - |
CMYK | 0.08 | 0.04 | 0 | 0.07 |
HSL | 211.58º | 0.33% | 0.89% | - |
HSV(B) | 211.58º | 0.08% | 0.93% | - |
XYZ | 70.95 | 75.2 | 90.13 | - |
YUV | 224.45 | 134.52 | 122.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 226 | 236 | 0.08 | 0.04 | 0 | 0.07 | 211.58 | 0.33 | 0.89 |
Hex | D9 | E2 | EC | 8 | 4 | 0 | 7 | D4 | 21 | 59 |
Octal | 331 | 342 | 354 | 10 | 4 | 0 | 7 | 324 | 41 | 131 |
Binary | 11011001 | 11100010 | 11101100 | 1000 | 100 | 0 | 111 | 11010100 | 100001 | 1011001 |
Color Harmonies of #D9E2EC
Complementary color
Monochromatic Colors of #D9E2EC
Black with #D9E2EC
Text Example
Text Example
White with #D9E2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E2EC; }
p { color: rgb(217,226,236); }
H1.HeaderClassName
{
color: #D9E2EC;
}
.AnyTagClassName
{
color: #D9E2EC;
}
</style>
background-color css
<style>
a { background-color: #D9E2EC; }
a { background-color: rgb(217,226,236); }
div.DivClassName
{
background-color: #D9E2EC;
}
.BgClassName
{
background-color: #D9E2EC;
}
</style>
border-color css
<style>
span { border-color: #D9E2EC; }
span { border-color: rgb(217,226,236); }
td.TdClassName
{
border-color: #D9E2EC;
}
.TagClassName
{
border-color: #D9E2EC;
}
</style>