Shades of Pattens Blue #DDF0F8
Tints of Pattens Blue #DDF0F8
RGB
CMYK
RGB Variations
Color information
#DDF0F8 (or 0xDDF0F8) is known color: Pattens Blue. HEX triplet: DD, F0 and F8. RGB value is (221,240,248). Sum of RGB (Red+Green+Blue) = 221+240+248=709 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.17% from 709); Green value is 240 (94.14% from 255 or 33.85% from 709); Blue value is 248 (97.27% from 255 or 34.98% from 709); Max value from RGB is 248 - color contains mainly: blue. Hex color #DDF0F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF0F8 is #220F07. Grayscale: #EBEBEB. Windows color (decimal): -2232072 or 16314589. OLE color: 16314589.
HSL color Cylindrical-coordinate representation of color #DDF0F8: hue angle of 197.78º degrees, saturation: 0.66, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDF0F8 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 240 | 248 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.03 |
| HSL | 197.78º | 0.66% | 0.92% | - |
| HSV(B) | 197.78º | 0.11% | 0.97% | - |
| XYZ | 77.92 | 84.47 | 101 | - |
| YUV | 235.23 | 135.21 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 248 | 0.11 | 0.03 | 0 | 0.03 | 197.78 | 0.66 | 0.92 |
| Hex | DD | F0 | F8 | B | 3 | 0 | 3 | C6 | 42 | 5C |
| Octal | 335 | 360 | 370 | 13 | 3 | 0 | 3 | 306 | 102 | 134 |
| Binary | 11011101 | 11110000 | 11111000 | 1011 | 11 | 0 | 11 | 11000110 | 1000010 | 1011100 |
Color Harmonies of #DDF0F8
Complementary color
Monochromatic Colors of #DDF0F8
Black with #DDF0F8
Text Example
Text Example
White with #DDF0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0F8; }
p { color: rgb(221,240,248); }
H1.HeaderClassName
{
color: #DDF0F8;
}
.AnyTagClassName
{
color: #DDF0F8;
}
</style>
background-color css
<style>
a { background-color: #DDF0F8; }
a { background-color: rgb(221,240,248); }
div.DivClassName
{
background-color: #DDF0F8;
}
.BgClassName
{
background-color: #DDF0F8;
}
</style>
border-color css
<style>
span { border-color: #DDF0F8; }
span { border-color: rgb(221,240,248); }
td.TdClassName
{
border-color: #DDF0F8;
}
.TagClassName
{
border-color: #DDF0F8;
}
</style>