Shades of Pattens Blue #DDE4E6
Tints of Pattens Blue #DDE4E6
RGB
CMYK
RGB Variations
Color information
#DDE4E6 (or 0xDDE4E6) is known color: Pattens Blue. HEX triplet: DD, E4 and E6. RGB value is (221,228,230). Sum of RGB (Red+Green+Blue) = 221+228+230=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 228 (89.45% from 255 or 33.58% from 679); Blue value is 230 (90.23% from 255 or 33.87% from 679); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDE4E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE4E6 is #221B19. Grayscale: #E2E2E2. Windows color (decimal): -2235162 or 15131869. OLE color: 15131869.
HSL color Cylindrical-coordinate representation of color #DDE4E6: hue angle of 193.33º degrees, saturation: 0.15, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDE4E6 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 228 | 230 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.10 |
| HSL | 193.33º | 0.15% | 0.88% | - |
| HSV(B) | 193.33º | 0.04% | 0.9% | - |
| XYZ | 71.85 | 76.57 | 85.86 | - |
| YUV | 226.14 | 130.18 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 230 | 0.04 | 0.01 | 0 | 0.10 | 193.33 | 0.15 | 0.88 |
| Hex | DD | E4 | E6 | 4 | 1 | 0 | A | C1 | F | 58 |
| Octal | 335 | 344 | 346 | 4 | 1 | 0 | 12 | 301 | 17 | 130 |
| Binary | 11011101 | 11100100 | 11100110 | 100 | 1 | 0 | 1010 | 11000001 | 1111 | 1011000 |
Color Harmonies of #DDE4E6
Complementary color
Monochromatic Colors of #DDE4E6
Black with #DDE4E6
Text Example
Text Example
White with #DDE4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE4E6; }
p { color: rgb(221,228,230); }
H1.HeaderClassName
{
color: #DDE4E6;
}
.AnyTagClassName
{
color: #DDE4E6;
}
</style>
background-color css
<style>
a { background-color: #DDE4E6; }
a { background-color: rgb(221,228,230); }
div.DivClassName
{
background-color: #DDE4E6;
}
.BgClassName
{
background-color: #DDE4E6;
}
</style>
border-color css
<style>
span { border-color: #DDE4E6; }
span { border-color: rgb(221,228,230); }
td.TdClassName
{
border-color: #DDE4E6;
}
.TagClassName
{
border-color: #DDE4E6;
}
</style>