Shades of Pattens Blue #DDE8F3
Tints of Pattens Blue #DDE8F3
RGB
CMYK
RGB Variations
Color information
#DDE8F3 (or 0xDDE8F3) is known color: Pattens Blue. HEX triplet: DD, E8 and F3. RGB value is (221,232,243). Sum of RGB (Red+Green+Blue) = 221+232+243=696 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.75% from 696); Green value is 232 (91.02% from 255 or 33.33% from 696); Blue value is 243 (95.31% from 255 or 34.91% from 696); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDE8F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE8F3 is #22170C. Grayscale: #E5E5E5. Windows color (decimal): -2234125 or 15984861. OLE color: 15984861.
HSL color Cylindrical-coordinate representation of color #DDE8F3: hue angle of 210º degrees, saturation: 0.48, 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 #DDE8F3 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 232 | 243 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.05 |
| HSL | 210º | 0.48% | 0.91% | - |
| HSV(B) | 210º | 0.09% | 0.95% | - |
| XYZ | 74.85 | 79.56 | 96.2 | - |
| YUV | 229.97 | 135.36 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 232 | 243 | 0.09 | 0.05 | 0 | 0.05 | 210 | 0.48 | 0.91 |
| Hex | DD | E8 | F3 | 9 | 5 | 0 | 5 | D2 | 30 | 5B |
| Octal | 335 | 350 | 363 | 11 | 5 | 0 | 5 | 322 | 60 | 133 |
| Binary | 11011101 | 11101000 | 11110011 | 1001 | 101 | 0 | 101 | 11010010 | 110000 | 1011011 |
Color Harmonies of #DDE8F3
Complementary color
Monochromatic Colors of #DDE8F3
Black with #DDE8F3
Text Example
Text Example
White with #DDE8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE8F3; }
p { color: rgb(221,232,243); }
H1.HeaderClassName
{
color: #DDE8F3;
}
.AnyTagClassName
{
color: #DDE8F3;
}
</style>
background-color css
<style>
a { background-color: #DDE8F3; }
a { background-color: rgb(221,232,243); }
div.DivClassName
{
background-color: #DDE8F3;
}
.BgClassName
{
background-color: #DDE8F3;
}
</style>
border-color css
<style>
span { border-color: #DDE8F3; }
span { border-color: rgb(221,232,243); }
td.TdClassName
{
border-color: #DDE8F3;
}
.TagClassName
{
border-color: #DDE8F3;
}
</style>