Shades of Pattens Blue #DDF0F4
Tints of Pattens Blue #DDF0F4
RGB
CMYK
RGB Variations
Color information
#DDF0F4 (or 0xDDF0F4) is known color: Pattens Blue. HEX triplet: DD, F0 and F4. RGB value is (221,240,244). Sum of RGB (Red+Green+Blue) = 221+240+244=705 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.35% from 705); Green value is 240 (94.14% from 255 or 34.04% from 705); Blue value is 244 (95.70% from 255 or 34.61% from 705); Max value from RGB is 244 - color contains mainly: blue. Hex color #DDF0F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF0F4 is #220F0B. Grayscale: #EAEAEA. Windows color (decimal): -2232076 or 16052445. OLE color: 16052445.
HSL color Cylindrical-coordinate representation of color #DDF0F4: hue angle of 190.43º degrees, saturation: 0.51, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDF0F4 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 240 | 244 | - |
CMYK | 0.09 | 0.02 | 0 | 0.04 |
HSL | 190.43º | 0.51% | 0.91% | - |
HSV(B) | 190.43º | 0.09% | 0.96% | - |
XYZ | 77.31 | 84.22 | 97.77 | - |
YUV | 234.78 | 133.21 | 118.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 240 | 244 | 0.09 | 0.02 | 0 | 0.04 | 190.43 | 0.51 | 0.91 |
Hex | DD | F0 | F4 | 9 | 2 | 0 | 4 | BE | 33 | 5B |
Octal | 335 | 360 | 364 | 11 | 2 | 0 | 4 | 276 | 63 | 133 |
Binary | 11011101 | 11110000 | 11110100 | 1001 | 10 | 0 | 100 | 10111110 | 110011 | 1011011 |
Color Harmonies of #DDF0F4
Complementary color
Monochromatic Colors of #DDF0F4
Black with #DDF0F4
Text Example
Text Example
White with #DDF0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0F4; }
p { color: rgb(221,240,244); }
H1.HeaderClassName
{
color: #DDF0F4;
}
.AnyTagClassName
{
color: #DDF0F4;
}
</style>
background-color css
<style>
a { background-color: #DDF0F4; }
a { background-color: rgb(221,240,244); }
div.DivClassName
{
background-color: #DDF0F4;
}
.BgClassName
{
background-color: #DDF0F4;
}
</style>
border-color css
<style>
span { border-color: #DDF0F4; }
span { border-color: rgb(221,240,244); }
td.TdClassName
{
border-color: #DDF0F4;
}
.TagClassName
{
border-color: #DDF0F4;
}
</style>