Shades of Pattens Blue #DDE8EF
Tints of Pattens Blue #DDE8EF
RGB
CMYK
RGB Variations
Color information
#DDE8EF (or 0xDDE8EF) is known color: Pattens Blue. HEX triplet: DD, E8 and EF. RGB value is (221,232,239). Sum of RGB (Red+Green+Blue) = 221+232+239=692 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.94% from 692); Green value is 232 (91.02% from 255 or 33.53% from 692); Blue value is 239 (93.75% from 255 or 34.54% from 692); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDE8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE8EF is #221710. Grayscale: #E5E5E5. Windows color (decimal): -2234129 or 15722717. OLE color: 15722717.
HSL color Cylindrical-coordinate representation of color #DDE8EF: hue angle of 203.33º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDE8EF is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 232 | 239 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.06 |
| HSL | 203.33º | 0.36% | 0.9% | - |
| HSV(B) | 203.33º | 0.08% | 0.94% | - |
| XYZ | 74.26 | 79.32 | 93.06 | - |
| YUV | 229.51 | 133.36 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 232 | 239 | 0.08 | 0.03 | 0 | 0.06 | 203.33 | 0.36 | 0.9 |
| Hex | DD | E8 | EF | 8 | 3 | 0 | 6 | CB | 24 | 5A |
| Octal | 335 | 350 | 357 | 10 | 3 | 0 | 6 | 313 | 44 | 132 |
| Binary | 11011101 | 11101000 | 11101111 | 1000 | 11 | 0 | 110 | 11001011 | 100100 | 1011010 |
Color Harmonies of #DDE8EF
Complementary color
Monochromatic Colors of #DDE8EF
Black with #DDE8EF
Text Example
Text Example
White with #DDE8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE8EF; }
p { color: rgb(221,232,239); }
H1.HeaderClassName
{
color: #DDE8EF;
}
.AnyTagClassName
{
color: #DDE8EF;
}
</style>
background-color css
<style>
a { background-color: #DDE8EF; }
a { background-color: rgb(221,232,239); }
div.DivClassName
{
background-color: #DDE8EF;
}
.BgClassName
{
background-color: #DDE8EF;
}
</style>
border-color css
<style>
span { border-color: #DDE8EF; }
span { border-color: rgb(221,232,239); }
td.TdClassName
{
border-color: #DDE8EF;
}
.TagClassName
{
border-color: #DDE8EF;
}
</style>