Shades of Pattens Blue #DDE7EE
Tints of Pattens Blue #DDE7EE
RGB
CMYK
RGB Variations
Color information
#DDE7EE (or 0xDDE7EE) is known color: Pattens Blue. HEX triplet: DD, E7 and EE. RGB value is (221,231,238). Sum of RGB (Red+Green+Blue) = 221+231+238=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 231 (90.62% from 255 or 33.48% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDE7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE7EE is #221811. Grayscale: #E4E4E4. Windows color (decimal): -2234386 or 15656925. OLE color: 15656925.
HSL color Cylindrical-coordinate representation of color #DDE7EE: hue angle of 204.71º 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 #DDE7EE is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 231 | 238 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.07 |
| HSL | 204.71º | 0.33% | 0.9% | - |
| HSV(B) | 204.71º | 0.07% | 0.93% | - |
| XYZ | 73.83 | 78.7 | 92.19 | - |
| YUV | 228.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 231 | 238 | 0.07 | 0.03 | 0 | 0.07 | 204.71 | 0.33 | 0.9 |
| Hex | DD | E7 | EE | 7 | 3 | 0 | 7 | CD | 21 | 5A |
| Octal | 335 | 347 | 356 | 7 | 3 | 0 | 7 | 315 | 41 | 132 |
| Binary | 11011101 | 11100111 | 11101110 | 111 | 11 | 0 | 111 | 11001101 | 100001 | 1011010 |
Color Harmonies of #DDE7EE
Complementary color
Monochromatic Colors of #DDE7EE
Black with #DDE7EE
Text Example
Text Example
White with #DDE7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE7EE; }
p { color: rgb(221,231,238); }
H1.HeaderClassName
{
color: #DDE7EE;
}
.AnyTagClassName
{
color: #DDE7EE;
}
</style>
background-color css
<style>
a { background-color: #DDE7EE; }
a { background-color: rgb(221,231,238); }
div.DivClassName
{
background-color: #DDE7EE;
}
.BgClassName
{
background-color: #DDE7EE;
}
</style>
border-color css
<style>
span { border-color: #DDE7EE; }
span { border-color: rgb(221,231,238); }
td.TdClassName
{
border-color: #DDE7EE;
}
.TagClassName
{
border-color: #DDE7EE;
}
</style>