Shades of Pattens Blue #DDE8F2
Tints of Pattens Blue #DDE8F2
RGB
CMYK
RGB Variations
Color information
#DDE8F2 (or 0xDDE8F2) is known color: Pattens Blue. HEX triplet: DD, E8 and F2. RGB value is (221,232,242). Sum of RGB (Red+Green+Blue) = 221+232+242=695 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.80% from 695); Green value is 232 (91.02% from 255 or 33.38% from 695); Blue value is 242 (94.92% from 255 or 34.82% from 695); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDE8F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE8F2 is #22170D. Grayscale: #E5E5E5. Windows color (decimal): -2234126 or 15919325. OLE color: 15919325.
HSL color Cylindrical-coordinate representation of color #DDE8F2: hue angle of 208.57º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDE8F2 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 232 | 242 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.05 |
| HSL | 208.57º | 0.45% | 0.91% | - |
| HSV(B) | 208.57º | 0.09% | 0.95% | - |
| XYZ | 74.7 | 79.5 | 95.41 | - |
| YUV | 229.85 | 134.86 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 232 | 242 | 0.09 | 0.04 | 0 | 0.05 | 208.57 | 0.45 | 0.91 |
| Hex | DD | E8 | F2 | 9 | 4 | 0 | 5 | D1 | 2D | 5B |
| Octal | 335 | 350 | 362 | 11 | 4 | 0 | 5 | 321 | 55 | 133 |
| Binary | 11011101 | 11101000 | 11110010 | 1001 | 100 | 0 | 101 | 11010001 | 101101 | 1011011 |
Color Harmonies of #DDE8F2
Complementary color
Monochromatic Colors of #DDE8F2
Black with #DDE8F2
Text Example
Text Example
White with #DDE8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE8F2; }
p { color: rgb(221,232,242); }
H1.HeaderClassName
{
color: #DDE8F2;
}
.AnyTagClassName
{
color: #DDE8F2;
}
</style>
background-color css
<style>
a { background-color: #DDE8F2; }
a { background-color: rgb(221,232,242); }
div.DivClassName
{
background-color: #DDE8F2;
}
.BgClassName
{
background-color: #DDE8F2;
}
</style>
border-color css
<style>
span { border-color: #DDE8F2; }
span { border-color: rgb(221,232,242); }
td.TdClassName
{
border-color: #DDE8F2;
}
.TagClassName
{
border-color: #DDE8F2;
}
</style>