Shades of Pattens Blue #DDE5EC
Tints of Pattens Blue #DDE5EC
RGB
CMYK
RGB Variations
Color information
#DDE5EC (or 0xDDE5EC) is known color: Pattens Blue. HEX triplet: DD, E5 and EC. RGB value is (221,229,236). Sum of RGB (Red+Green+Blue) = 221+229+236=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 229 (89.84% from 255 or 33.38% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDE5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE5EC is #221A13. Grayscale: #E3E3E3. Windows color (decimal): -2234900 or 15525341. OLE color: 15525341.
HSL color Cylindrical-coordinate representation of color #DDE5EC: hue angle of 208º 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 #DDE5EC is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 229 | 236 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.07 |
| HSL | 208º | 0.28% | 0.9% | - |
| HSV(B) | 208º | 0.06% | 0.93% | - |
| XYZ | 72.98 | 77.47 | 90.46 | - |
| YUV | 227.41 | 132.85 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 229 | 236 | 0.06 | 0.03 | 0 | 0.07 | 208 | 0.28 | 0.9 |
| Hex | DD | E5 | EC | 6 | 3 | 0 | 7 | D0 | 1C | 5A |
| Octal | 335 | 345 | 354 | 6 | 3 | 0 | 7 | 320 | 34 | 132 |
| Binary | 11011101 | 11100101 | 11101100 | 110 | 11 | 0 | 111 | 11010000 | 11100 | 1011010 |
Color Harmonies of #DDE5EC
Complementary color
Monochromatic Colors of #DDE5EC
Black with #DDE5EC
Text Example
Text Example
White with #DDE5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE5EC; }
p { color: rgb(221,229,236); }
H1.HeaderClassName
{
color: #DDE5EC;
}
.AnyTagClassName
{
color: #DDE5EC;
}
</style>
background-color css
<style>
a { background-color: #DDE5EC; }
a { background-color: rgb(221,229,236); }
div.DivClassName
{
background-color: #DDE5EC;
}
.BgClassName
{
background-color: #DDE5EC;
}
</style>
border-color css
<style>
span { border-color: #DDE5EC; }
span { border-color: rgb(221,229,236); }
td.TdClassName
{
border-color: #DDE5EC;
}
.TagClassName
{
border-color: #DDE5EC;
}
</style>