Shades of Pattens Blue #DDF0F6
Tints of Pattens Blue #DDF0F6
RGB
CMYK
RGB Variations
Color information
#DDF0F6 (or 0xDDF0F6) is known color: Pattens Blue. HEX triplet: DD, F0 and F6. RGB value is (221,240,246). Sum of RGB (Red+Green+Blue) = 221+240+246=707 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.26% from 707); Green value is 240 (94.14% from 255 or 33.95% from 707); Blue value is 246 (96.48% from 255 or 34.79% from 707); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDF0F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF0F6 is #220F09. Grayscale: #EAEAEA. Windows color (decimal): -2232074 or 16183517. OLE color: 16183517.
HSL color Cylindrical-coordinate representation of color #DDF0F6: hue angle of 194.4º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDF0F6 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 240 | 246 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.04 |
| HSL | 194.4º | 0.58% | 0.92% | - |
| HSV(B) | 194.4º | 0.1% | 0.96% | - |
| XYZ | 77.61 | 84.35 | 99.38 | - |
| YUV | 235 | 134.21 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 246 | 0.10 | 0.02 | 0 | 0.04 | 194.4 | 0.58 | 0.92 |
| Hex | DD | F0 | F6 | A | 2 | 0 | 4 | C2 | 3A | 5C |
| Octal | 335 | 360 | 366 | 12 | 2 | 0 | 4 | 302 | 72 | 134 |
| Binary | 11011101 | 11110000 | 11110110 | 1010 | 10 | 0 | 100 | 11000010 | 111010 | 1011100 |
Color Harmonies of #DDF0F6
Complementary color
Monochromatic Colors of #DDF0F6
Black with #DDF0F6
Text Example
Text Example
White with #DDF0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0F6; }
p { color: rgb(221,240,246); }
H1.HeaderClassName
{
color: #DDF0F6;
}
.AnyTagClassName
{
color: #DDF0F6;
}
</style>
background-color css
<style>
a { background-color: #DDF0F6; }
a { background-color: rgb(221,240,246); }
div.DivClassName
{
background-color: #DDF0F6;
}
.BgClassName
{
background-color: #DDF0F6;
}
</style>
border-color css
<style>
span { border-color: #DDF0F6; }
span { border-color: rgb(221,240,246); }
td.TdClassName
{
border-color: #DDF0F6;
}
.TagClassName
{
border-color: #DDF0F6;
}
</style>