Shades of Pattens Blue #DDE8EB
Tints of Pattens Blue #DDE8EB
RGB
CMYK
RGB Variations
Color information
#DDE8EB (or 0xDDE8EB) is known color: Pattens Blue. HEX triplet: DD, E8 and EB. RGB value is (221,232,235). Sum of RGB (Red+Green+Blue) = 221+232+235=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 232 (91.02% from 255 or 33.72% from 688); Blue value is 235 (92.19% from 255 or 34.16% from 688); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDE8EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE8EB is #221714. Grayscale: #E5E5E5. Windows color (decimal): -2234133 or 15460573. OLE color: 15460573.
HSL color Cylindrical-coordinate representation of color #DDE8EB: hue angle of 192.86º degrees, saturation: 0.26, 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 #DDE8EB is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 232 | 235 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.08 |
| HSL | 192.86º | 0.26% | 0.89% | - |
| HSV(B) | 192.86º | 0.06% | 0.92% | - |
| XYZ | 73.67 | 79.08 | 89.98 | - |
| YUV | 229.05 | 131.36 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 232 | 235 | 0.06 | 0.01 | 0 | 0.08 | 192.86 | 0.26 | 0.89 |
| Hex | DD | E8 | EB | 6 | 1 | 0 | 8 | C1 | 1A | 59 |
| Octal | 335 | 350 | 353 | 6 | 1 | 0 | 10 | 301 | 32 | 131 |
| Binary | 11011101 | 11101000 | 11101011 | 110 | 1 | 0 | 1000 | 11000001 | 11010 | 1011001 |
Color Harmonies of #DDE8EB
Complementary color
Monochromatic Colors of #DDE8EB
Black with #DDE8EB
Text Example
Text Example
White with #DDE8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE8EB; }
p { color: rgb(221,232,235); }
H1.HeaderClassName
{
color: #DDE8EB;
}
.AnyTagClassName
{
color: #DDE8EB;
}
</style>
background-color css
<style>
a { background-color: #DDE8EB; }
a { background-color: rgb(221,232,235); }
div.DivClassName
{
background-color: #DDE8EB;
}
.BgClassName
{
background-color: #DDE8EB;
}
</style>
border-color css
<style>
span { border-color: #DDE8EB; }
span { border-color: rgb(221,232,235); }
td.TdClassName
{
border-color: #DDE8EB;
}
.TagClassName
{
border-color: #DDE8EB;
}
</style>