Shades of Pattens Blue #DDE9EE
Tints of Pattens Blue #DDE9EE
RGB
CMYK
RGB Variations
Color information
#DDE9EE (or 0xDDE9EE) is known color: Pattens Blue. HEX triplet: DD, E9 and EE. RGB value is (221,233,238). Sum of RGB (Red+Green+Blue) = 221+233+238=692 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.94% from 692); Green value is 233 (91.41% from 255 or 33.67% from 692); Blue value is 238 (93.36% from 255 or 34.39% from 692); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDE9EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE9EE is #221611. Grayscale: #E5E5E5. Windows color (decimal): -2233874 or 15657437. OLE color: 15657437.
HSL color Cylindrical-coordinate representation of color #DDE9EE: hue angle of 197.65º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDE9EE is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 233 | 238 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.07 |
| HSL | 197.65º | 0.33% | 0.9% | - |
| HSV(B) | 197.65º | 0.07% | 0.93% | - |
| XYZ | 74.39 | 79.82 | 92.38 | - |
| YUV | 229.98 | 132.52 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 233 | 238 | 0.07 | 0.02 | 0 | 0.07 | 197.65 | 0.33 | 0.9 |
| Hex | DD | E9 | EE | 7 | 2 | 0 | 7 | C6 | 21 | 5A |
| Octal | 335 | 351 | 356 | 7 | 2 | 0 | 7 | 306 | 41 | 132 |
| Binary | 11011101 | 11101001 | 11101110 | 111 | 10 | 0 | 111 | 11000110 | 100001 | 1011010 |
Color Harmonies of #DDE9EE
Complementary color
Monochromatic Colors of #DDE9EE
Black with #DDE9EE
Text Example
Text Example
White with #DDE9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE9EE; }
p { color: rgb(221,233,238); }
H1.HeaderClassName
{
color: #DDE9EE;
}
.AnyTagClassName
{
color: #DDE9EE;
}
</style>
background-color css
<style>
a { background-color: #DDE9EE; }
a { background-color: rgb(221,233,238); }
div.DivClassName
{
background-color: #DDE9EE;
}
.BgClassName
{
background-color: #DDE9EE;
}
</style>
border-color css
<style>
span { border-color: #DDE9EE; }
span { border-color: rgb(221,233,238); }
td.TdClassName
{
border-color: #DDE9EE;
}
.TagClassName
{
border-color: #DDE9EE;
}
</style>