Shades of Pattens Blue #DDF0FB
Tints of Pattens Blue #DDF0FB
RGB
CMYK
RGB Variations
Color information
#DDF0FB (or 0xDDF0FB) is known color: Pattens Blue. HEX triplet: DD, F0 and FB. RGB value is (221,240,251). Sum of RGB (Red+Green+Blue) = 221+240+251=712 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.04% from 712); Green value is 240 (94.14% from 255 or 33.71% from 712); Blue value is 251 (98.44% from 255 or 35.25% from 712); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDF0FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF0FB is #220F04. Grayscale: #EBEBEB. Windows color (decimal): -2232069 or 16511197. OLE color: 16511197.
HSL color Cylindrical-coordinate representation of color #DDF0FB: hue angle of 202º 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 #DDF0FB is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 240 | 251 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.02 |
| HSL | 202º | 0.79% | 0.93% | - |
| HSV(B) | 202º | 0.12% | 0.98% | - |
| XYZ | 78.39 | 84.66 | 103.48 | - |
| YUV | 235.57 | 136.71 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 251 | 0.12 | 0.04 | 0 | 0.02 | 202 | 0.79 | 0.93 |
| Hex | DD | F0 | FB | C | 4 | 0 | 2 | CA | 4F | 5D |
| Octal | 335 | 360 | 373 | 14 | 4 | 0 | 2 | 312 | 117 | 135 |
| Binary | 11011101 | 11110000 | 11111011 | 1100 | 100 | 0 | 10 | 11001010 | 1001111 | 1011101 |
Color Harmonies of #DDF0FB
Complementary color
Monochromatic Colors of #DDF0FB
Black with #DDF0FB
Text Example
Text Example
White with #DDF0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0FB; }
p { color: rgb(221,240,251); }
H1.HeaderClassName
{
color: #DDF0FB;
}
.AnyTagClassName
{
color: #DDF0FB;
}
</style>
background-color css
<style>
a { background-color: #DDF0FB; }
a { background-color: rgb(221,240,251); }
div.DivClassName
{
background-color: #DDF0FB;
}
.BgClassName
{
background-color: #DDF0FB;
}
</style>
border-color css
<style>
span { border-color: #DDF0FB; }
span { border-color: rgb(221,240,251); }
td.TdClassName
{
border-color: #DDF0FB;
}
.TagClassName
{
border-color: #DDF0FB;
}
</style>