Shades of Pattens Blue #DDE6EA
Tints of Pattens Blue #DDE6EA
RGB
CMYK
RGB Variations
Color information
#DDE6EA (or 0xDDE6EA) is known color: Pattens Blue. HEX triplet: DD, E6 and EA. RGB value is (221,230,234). Sum of RGB (Red+Green+Blue) = 221+230+234=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 230 (90.23% from 255 or 33.58% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDE6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE6EA is #221915. Grayscale: #E3E3E3. Windows color (decimal): -2234646 or 15394525. OLE color: 15394525.
HSL color Cylindrical-coordinate representation of color #DDE6EA: hue angle of 198.46º 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 #DDE6EA is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 230 | 234 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.08 |
| HSL | 198.46º | 0.24% | 0.89% | - |
| HSV(B) | 198.46º | 0.06% | 0.92% | - |
| XYZ | 72.97 | 77.91 | 89.03 | - |
| YUV | 227.77 | 131.52 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 234 | 0.06 | 0.02 | 0 | 0.08 | 198.46 | 0.24 | 0.89 |
| Hex | DD | E6 | EA | 6 | 2 | 0 | 8 | C6 | 18 | 59 |
| Octal | 335 | 346 | 352 | 6 | 2 | 0 | 10 | 306 | 30 | 131 |
| Binary | 11011101 | 11100110 | 11101010 | 110 | 10 | 0 | 1000 | 11000110 | 11000 | 1011001 |
Color Harmonies of #DDE6EA
Complementary color
Monochromatic Colors of #DDE6EA
Black with #DDE6EA
Text Example
Text Example
White with #DDE6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE6EA; }
p { color: rgb(221,230,234); }
H1.HeaderClassName
{
color: #DDE6EA;
}
.AnyTagClassName
{
color: #DDE6EA;
}
</style>
background-color css
<style>
a { background-color: #DDE6EA; }
a { background-color: rgb(221,230,234); }
div.DivClassName
{
background-color: #DDE6EA;
}
.BgClassName
{
background-color: #DDE6EA;
}
</style>
border-color css
<style>
span { border-color: #DDE6EA; }
span { border-color: rgb(221,230,234); }
td.TdClassName
{
border-color: #DDE6EA;
}
.TagClassName
{
border-color: #DDE6EA;
}
</style>