Shades of Pattens Blue #DDE8F1
Tints of Pattens Blue #DDE8F1
RGB
CMYK
RGB Variations
Color information
#DDE8F1 (or 0xDDE8F1) is known color: Pattens Blue. HEX triplet: DD, E8 and F1. RGB value is (221,232,241). Sum of RGB (Red+Green+Blue) = 221+232+241=694 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.84% from 694); Green value is 232 (91.02% from 255 or 33.43% from 694); Blue value is 241 (94.53% from 255 or 34.73% from 694); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDE8F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE8F1 is #22170E. Grayscale: #E5E5E5. Windows color (decimal): -2234127 or 15853789. OLE color: 15853789.
HSL color Cylindrical-coordinate representation of color #DDE8F1: hue angle of 207º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDE8F1 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 232 | 241 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.05 |
| HSL | 207º | 0.42% | 0.91% | - |
| HSV(B) | 207º | 0.08% | 0.95% | - |
| XYZ | 74.55 | 79.44 | 94.62 | - |
| YUV | 229.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 232 | 241 | 0.08 | 0.04 | 0 | 0.05 | 207 | 0.42 | 0.91 |
| Hex | DD | E8 | F1 | 8 | 4 | 0 | 5 | CF | 2A | 5B |
| Octal | 335 | 350 | 361 | 10 | 4 | 0 | 5 | 317 | 52 | 133 |
| Binary | 11011101 | 11101000 | 11110001 | 1000 | 100 | 0 | 101 | 11001111 | 101010 | 1011011 |
Color Harmonies of #DDE8F1
Complementary color
Monochromatic Colors of #DDE8F1
Black with #DDE8F1
Text Example
Text Example
White with #DDE8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE8F1; }
p { color: rgb(221,232,241); }
H1.HeaderClassName
{
color: #DDE8F1;
}
.AnyTagClassName
{
color: #DDE8F1;
}
</style>
background-color css
<style>
a { background-color: #DDE8F1; }
a { background-color: rgb(221,232,241); }
div.DivClassName
{
background-color: #DDE8F1;
}
.BgClassName
{
background-color: #DDE8F1;
}
</style>
border-color css
<style>
span { border-color: #DDE8F1; }
span { border-color: rgb(221,232,241); }
td.TdClassName
{
border-color: #DDE8F1;
}
.TagClassName
{
border-color: #DDE8F1;
}
</style>