Shades of Pattens Blue #DDE8EE
Tints of Pattens Blue #DDE8EE
RGB
CMYK
RGB Variations
Color information
#DDE8EE (or 0xDDE8EE) is known color: Pattens Blue. HEX triplet: DD, E8 and EE. RGB value is (221,232,238). Sum of RGB (Red+Green+Blue) = 221+232+238=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 232 (91.02% from 255 or 33.57% from 691); Blue value is 238 (93.36% from 255 or 34.44% from 691); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDE8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE8EE is #221711. Grayscale: #E5E5E5. Windows color (decimal): -2234130 or 15657181. OLE color: 15657181.
HSL color Cylindrical-coordinate representation of color #DDE8EE: hue angle of 201.18º 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 #DDE8EE is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 232 | 238 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.07 |
| HSL | 201.18º | 0.33% | 0.9% | - |
| HSV(B) | 201.18º | 0.07% | 0.93% | - |
| XYZ | 74.11 | 79.26 | 92.28 | - |
| YUV | 229.4 | 132.86 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 232 | 238 | 0.07 | 0.03 | 0 | 0.07 | 201.18 | 0.33 | 0.9 |
| Hex | DD | E8 | EE | 7 | 3 | 0 | 7 | C9 | 21 | 5A |
| Octal | 335 | 350 | 356 | 7 | 3 | 0 | 7 | 311 | 41 | 132 |
| Binary | 11011101 | 11101000 | 11101110 | 111 | 11 | 0 | 111 | 11001001 | 100001 | 1011010 |
Color Harmonies of #DDE8EE
Complementary color
Monochromatic Colors of #DDE8EE
Black with #DDE8EE
Text Example
Text Example
White with #DDE8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE8EE; }
p { color: rgb(221,232,238); }
H1.HeaderClassName
{
color: #DDE8EE;
}
.AnyTagClassName
{
color: #DDE8EE;
}
</style>
background-color css
<style>
a { background-color: #DDE8EE; }
a { background-color: rgb(221,232,238); }
div.DivClassName
{
background-color: #DDE8EE;
}
.BgClassName
{
background-color: #DDE8EE;
}
</style>
border-color css
<style>
span { border-color: #DDE8EE; }
span { border-color: rgb(221,232,238); }
td.TdClassName
{
border-color: #DDE8EE;
}
.TagClassName
{
border-color: #DDE8EE;
}
</style>