Shades of Pattens Blue #DDF2FB
Tints of Pattens Blue #DDF2FB
RGB
CMYK
RGB Variations
Color information
#DDF2FB (or 0xDDF2FB) is known color: Pattens Blue. HEX triplet: DD, F2 and FB. RGB value is (221,242,251). Sum of RGB (Red+Green+Blue) = 221+242+251=714 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.95% from 714); Green value is 242 (94.92% from 255 or 33.89% from 714); Blue value is 251 (98.44% from 255 or 35.15% from 714); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDF2FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF2FB is #220D04. Grayscale: #ECECEC. Windows color (decimal): -2231557 or 16511709. OLE color: 16511709.
HSL color Cylindrical-coordinate representation of color #DDF2FB: hue angle of 198º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDF2FB is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 242 | 251 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.02 |
| HSL | 198º | 0.79% | 0.93% | - |
| HSV(B) | 198º | 0.12% | 0.98% | - |
| XYZ | 78.98 | 85.84 | 103.67 | - |
| YUV | 236.75 | 136.04 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 251 | 0.12 | 0.04 | 0 | 0.02 | 198 | 0.79 | 0.93 |
| Hex | DD | F2 | FB | C | 4 | 0 | 2 | C6 | 4F | 5D |
| Octal | 335 | 362 | 373 | 14 | 4 | 0 | 2 | 306 | 117 | 135 |
| Binary | 11011101 | 11110010 | 11111011 | 1100 | 100 | 0 | 10 | 11000110 | 1001111 | 1011101 |
Color Harmonies of #DDF2FB
Complementary color
Monochromatic Colors of #DDF2FB
Black with #DDF2FB
Text Example
Text Example
White with #DDF2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2FB; }
p { color: rgb(221,242,251); }
H1.HeaderClassName
{
color: #DDF2FB;
}
.AnyTagClassName
{
color: #DDF2FB;
}
</style>
background-color css
<style>
a { background-color: #DDF2FB; }
a { background-color: rgb(221,242,251); }
div.DivClassName
{
background-color: #DDF2FB;
}
.BgClassName
{
background-color: #DDF2FB;
}
</style>
border-color css
<style>
span { border-color: #DDF2FB; }
span { border-color: rgb(221,242,251); }
td.TdClassName
{
border-color: #DDF2FB;
}
.TagClassName
{
border-color: #DDF2FB;
}
</style>