Shades of Pattens Blue #DDE4EA
Tints of Pattens Blue #DDE4EA
RGB
CMYK
RGB Variations
Color information
#DDE4EA (or 0xDDE4EA) is known color: Pattens Blue. HEX triplet: DD, E4 and EA. RGB value is (221,228,234). Sum of RGB (Red+Green+Blue) = 221+228+234=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 228 (89.45% from 255 or 33.38% from 683); Blue value is 234 (91.80% from 255 or 34.26% from 683); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDE4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE4EA is #221B15. Grayscale: #E2E2E2. Windows color (decimal): -2235158 or 15394013. OLE color: 15394013.
HSL color Cylindrical-coordinate representation of color #DDE4EA: hue angle of 207.69º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDE4EA is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 228 | 234 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.08 |
| HSL | 207.69º | 0.24% | 0.89% | - |
| HSV(B) | 207.69º | 0.06% | 0.92% | - |
| XYZ | 72.41 | 76.8 | 88.85 | - |
| YUV | 226.59 | 132.18 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 234 | 0.06 | 0.03 | 0 | 0.08 | 207.69 | 0.24 | 0.89 |
| Hex | DD | E4 | EA | 6 | 3 | 0 | 8 | D0 | 18 | 59 |
| Octal | 335 | 344 | 352 | 6 | 3 | 0 | 10 | 320 | 30 | 131 |
| Binary | 11011101 | 11100100 | 11101010 | 110 | 11 | 0 | 1000 | 11010000 | 11000 | 1011001 |
Color Harmonies of #DDE4EA
Complementary color
Monochromatic Colors of #DDE4EA
Black with #DDE4EA
Text Example
Text Example
White with #DDE4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE4EA; }
p { color: rgb(221,228,234); }
H1.HeaderClassName
{
color: #DDE4EA;
}
.AnyTagClassName
{
color: #DDE4EA;
}
</style>
background-color css
<style>
a { background-color: #DDE4EA; }
a { background-color: rgb(221,228,234); }
div.DivClassName
{
background-color: #DDE4EA;
}
.BgClassName
{
background-color: #DDE4EA;
}
</style>
border-color css
<style>
span { border-color: #DDE4EA; }
span { border-color: rgb(221,228,234); }
td.TdClassName
{
border-color: #DDE4EA;
}
.TagClassName
{
border-color: #DDE4EA;
}
</style>