Shades of Pattens Blue #DDE9EC
Tints of Pattens Blue #DDE9EC
RGB
CMYK
RGB Variations
Color information
#DDE9EC (or 0xDDE9EC) is known color: Pattens Blue. HEX triplet: DD, E9 and EC. RGB value is (221,233,236). Sum of RGB (Red+Green+Blue) = 221+233+236=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 233 (91.41% from 255 or 33.77% from 690); Blue value is 236 (92.58% from 255 or 34.20% from 690); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDE9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE9EC is #221613. Grayscale: #E5E5E5. Windows color (decimal): -2233876 or 15526365. OLE color: 15526365.
HSL color Cylindrical-coordinate representation of color #DDE9EC: hue angle of 192º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDE9EC is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 233 | 236 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.07 |
| HSL | 192º | 0.28% | 0.9% | - |
| HSV(B) | 192º | 0.06% | 0.93% | - |
| XYZ | 74.1 | 79.71 | 90.84 | - |
| YUV | 229.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 233 | 236 | 0.06 | 0.01 | 0 | 0.07 | 192 | 0.28 | 0.9 |
| Hex | DD | E9 | EC | 6 | 1 | 0 | 7 | C0 | 1C | 5A |
| Octal | 335 | 351 | 354 | 6 | 1 | 0 | 7 | 300 | 34 | 132 |
| Binary | 11011101 | 11101001 | 11101100 | 110 | 1 | 0 | 111 | 11000000 | 11100 | 1011010 |
Color Harmonies of #DDE9EC
Complementary color
Monochromatic Colors of #DDE9EC
Black with #DDE9EC
Text Example
Text Example
White with #DDE9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE9EC; }
p { color: rgb(221,233,236); }
H1.HeaderClassName
{
color: #DDE9EC;
}
.AnyTagClassName
{
color: #DDE9EC;
}
</style>
background-color css
<style>
a { background-color: #DDE9EC; }
a { background-color: rgb(221,233,236); }
div.DivClassName
{
background-color: #DDE9EC;
}
.BgClassName
{
background-color: #DDE9EC;
}
</style>
border-color css
<style>
span { border-color: #DDE9EC; }
span { border-color: rgb(221,233,236); }
td.TdClassName
{
border-color: #DDE9EC;
}
.TagClassName
{
border-color: #DDE9EC;
}
</style>