Shades of Pattens Blue #DDE8F0
Tints of Pattens Blue #DDE8F0
RGB
CMYK
RGB Variations
Color information
#DDE8F0 (or 0xDDE8F0) is known color: Pattens Blue. HEX triplet: DD, E8 and F0. RGB value is (221,232,240). Sum of RGB (Red+Green+Blue) = 221+232+240=693 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.89% from 693); Green value is 232 (91.02% from 255 or 33.48% from 693); Blue value is 240 (94.14% from 255 or 34.63% from 693); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDE8F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE8F0 is #22170F. Grayscale: #E5E5E5. Windows color (decimal): -2234128 or 15788253. OLE color: 15788253.
HSL color Cylindrical-coordinate representation of color #DDE8F0: hue angle of 205.26º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDE8F0 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 232 | 240 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.06 |
| HSL | 205.26º | 0.39% | 0.9% | - |
| HSV(B) | 205.26º | 0.08% | 0.94% | - |
| XYZ | 74.4 | 79.38 | 93.84 | - |
| YUV | 229.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 232 | 240 | 0.08 | 0.03 | 0 | 0.06 | 205.26 | 0.39 | 0.9 |
| Hex | DD | E8 | F0 | 8 | 3 | 0 | 6 | CD | 27 | 5A |
| Octal | 335 | 350 | 360 | 10 | 3 | 0 | 6 | 315 | 47 | 132 |
| Binary | 11011101 | 11101000 | 11110000 | 1000 | 11 | 0 | 110 | 11001101 | 100111 | 1011010 |
Color Harmonies of #DDE8F0
Complementary color
Monochromatic Colors of #DDE8F0
Black with #DDE8F0
Text Example
Text Example
White with #DDE8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE8F0; }
p { color: rgb(221,232,240); }
H1.HeaderClassName
{
color: #DDE8F0;
}
.AnyTagClassName
{
color: #DDE8F0;
}
</style>
background-color css
<style>
a { background-color: #DDE8F0; }
a { background-color: rgb(221,232,240); }
div.DivClassName
{
background-color: #DDE8F0;
}
.BgClassName
{
background-color: #DDE8F0;
}
</style>
border-color css
<style>
span { border-color: #DDE8F0; }
span { border-color: rgb(221,232,240); }
td.TdClassName
{
border-color: #DDE8F0;
}
.TagClassName
{
border-color: #DDE8F0;
}
</style>