Shades of Pattens Blue #DDE7F1
Tints of Pattens Blue #DDE7F1
RGB
CMYK
RGB Variations
Color information
#DDE7F1 (or 0xDDE7F1) is known color: Pattens Blue. HEX triplet: DD, E7 and F1. RGB value is (221,231,241). Sum of RGB (Red+Green+Blue) = 221+231+241=693 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.89% from 693); Green value is 231 (90.62% from 255 or 33.33% from 693); Blue value is 241 (94.53% from 255 or 34.78% from 693); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDE7F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE7F1 is #22180E. Grayscale: #E5E5E5. Windows color (decimal): -2234383 or 15853533. OLE color: 15853533.
HSL color Cylindrical-coordinate representation of color #DDE7F1: hue angle of 210º 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 #DDE7F1 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 231 | 241 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.05 |
| HSL | 210º | 0.42% | 0.91% | - |
| HSV(B) | 210º | 0.08% | 0.95% | - |
| XYZ | 74.27 | 78.87 | 94.53 | - |
| YUV | 229.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 231 | 241 | 0.08 | 0.04 | 0 | 0.05 | 210 | 0.42 | 0.91 |
| Hex | DD | E7 | F1 | 8 | 4 | 0 | 5 | D2 | 2A | 5B |
| Octal | 335 | 347 | 361 | 10 | 4 | 0 | 5 | 322 | 52 | 133 |
| Binary | 11011101 | 11100111 | 11110001 | 1000 | 100 | 0 | 101 | 11010010 | 101010 | 1011011 |
Color Harmonies of #DDE7F1
Complementary color
Monochromatic Colors of #DDE7F1
Black with #DDE7F1
Text Example
Text Example
White with #DDE7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE7F1; }
p { color: rgb(221,231,241); }
H1.HeaderClassName
{
color: #DDE7F1;
}
.AnyTagClassName
{
color: #DDE7F1;
}
</style>
background-color css
<style>
a { background-color: #DDE7F1; }
a { background-color: rgb(221,231,241); }
div.DivClassName
{
background-color: #DDE7F1;
}
.BgClassName
{
background-color: #DDE7F1;
}
</style>
border-color css
<style>
span { border-color: #DDE7F1; }
span { border-color: rgb(221,231,241); }
td.TdClassName
{
border-color: #DDE7F1;
}
.TagClassName
{
border-color: #DDE7F1;
}
</style>