Shades of Pattens Blue #DDE6ED
Tints of Pattens Blue #DDE6ED
RGB
CMYK
RGB Variations
Color information
#DDE6ED (or 0xDDE6ED) is known color: Pattens Blue. HEX triplet: DD, E6 and ED. RGB value is (221,230,237). Sum of RGB (Red+Green+Blue) = 221+230+237=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 230 (90.23% from 255 or 33.43% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDE6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE6ED is #221912. Grayscale: #E4E4E4. Windows color (decimal): -2234643 or 15591133. OLE color: 15591133.
HSL color Cylindrical-coordinate representation of color #DDE6ED: hue angle of 206.25º degrees, saturation: 0.31, 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 #DDE6ED is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 230 | 237 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.07 |
| HSL | 206.25º | 0.31% | 0.9% | - |
| HSV(B) | 206.25º | 0.07% | 0.93% | - |
| XYZ | 73.4 | 78.08 | 91.32 | - |
| YUV | 228.11 | 133.02 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 237 | 0.07 | 0.03 | 0 | 0.07 | 206.25 | 0.31 | 0.9 |
| Hex | DD | E6 | ED | 7 | 3 | 0 | 7 | CE | 1F | 5A |
| Octal | 335 | 346 | 355 | 7 | 3 | 0 | 7 | 316 | 37 | 132 |
| Binary | 11011101 | 11100110 | 11101101 | 111 | 11 | 0 | 111 | 11001110 | 11111 | 1011010 |
Color Harmonies of #DDE6ED
Complementary color
Monochromatic Colors of #DDE6ED
Black with #DDE6ED
Text Example
Text Example
White with #DDE6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE6ED; }
p { color: rgb(221,230,237); }
H1.HeaderClassName
{
color: #DDE6ED;
}
.AnyTagClassName
{
color: #DDE6ED;
}
</style>
background-color css
<style>
a { background-color: #DDE6ED; }
a { background-color: rgb(221,230,237); }
div.DivClassName
{
background-color: #DDE6ED;
}
.BgClassName
{
background-color: #DDE6ED;
}
</style>
border-color css
<style>
span { border-color: #DDE6ED; }
span { border-color: rgb(221,230,237); }
td.TdClassName
{
border-color: #DDE6ED;
}
.TagClassName
{
border-color: #DDE6ED;
}
</style>