Shades of Pattens Blue #DDE4E8
Tints of Pattens Blue #DDE4E8
RGB
CMYK
RGB Variations
Color information
#DDE4E8 (or 0xDDE4E8) is known color: Pattens Blue. HEX triplet: DD, E4 and E8. RGB value is (221,228,232). Sum of RGB (Red+Green+Blue) = 221+228+232=681 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.45% from 681); Green value is 228 (89.45% from 255 or 33.48% from 681); Blue value is 232 (91.02% from 255 or 34.07% from 681); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDE4E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE4E8 is #221B17. Grayscale: #E2E2E2. Windows color (decimal): -2235160 or 15262941. OLE color: 15262941.
HSL color Cylindrical-coordinate representation of color #DDE4E8: hue angle of 201.82º degrees, saturation: 0.19, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDE4E8 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 228 | 232 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.09 |
| HSL | 201.82º | 0.19% | 0.89% | - |
| HSV(B) | 201.82º | 0.05% | 0.91% | - |
| XYZ | 72.13 | 76.69 | 87.34 | - |
| YUV | 226.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 232 | 0.05 | 0.02 | 0 | 0.09 | 201.82 | 0.19 | 0.89 |
| Hex | DD | E4 | E8 | 5 | 2 | 0 | 9 | CA | 13 | 59 |
| Octal | 335 | 344 | 350 | 5 | 2 | 0 | 11 | 312 | 23 | 131 |
| Binary | 11011101 | 11100100 | 11101000 | 101 | 10 | 0 | 1001 | 11001010 | 10011 | 1011001 |
Color Harmonies of #DDE4E8
Complementary color
Monochromatic Colors of #DDE4E8
Black with #DDE4E8
Text Example
Text Example
White with #DDE4E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE4E8; }
p { color: rgb(221,228,232); }
H1.HeaderClassName
{
color: #DDE4E8;
}
.AnyTagClassName
{
color: #DDE4E8;
}
</style>
background-color css
<style>
a { background-color: #DDE4E8; }
a { background-color: rgb(221,228,232); }
div.DivClassName
{
background-color: #DDE4E8;
}
.BgClassName
{
background-color: #DDE4E8;
}
</style>
border-color css
<style>
span { border-color: #DDE4E8; }
span { border-color: rgb(221,228,232); }
td.TdClassName
{
border-color: #DDE4E8;
}
.TagClassName
{
border-color: #DDE4E8;
}
</style>