Shades of Pattens Blue #DDF0FC
Tints of Pattens Blue #DDF0FC
RGB
CMYK
RGB Variations
Color information
#DDF0FC (or 0xDDF0FC) is known color: Pattens Blue. HEX triplet: DD, F0 and FC. RGB value is (221,240,252). Sum of RGB (Red+Green+Blue) = 221+240+252=713 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.00% from 713); Green value is 240 (94.14% from 255 or 33.66% from 713); Blue value is 252 (98.83% from 255 or 35.34% from 713); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDF0FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF0FC is #220F03. Grayscale: #EBEBEB. Windows color (decimal): -2232068 or 16576733. OLE color: 16576733.
HSL color Cylindrical-coordinate representation of color #DDF0FC: hue angle of 203.23º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDF0FC is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 240 | 252 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.01 |
| HSL | 203.23º | 0.84% | 0.93% | - |
| HSV(B) | 203.23º | 0.12% | 0.99% | - |
| XYZ | 78.55 | 84.72 | 104.31 | - |
| YUV | 235.69 | 137.21 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 252 | 0.12 | 0.05 | 0 | 0.01 | 203.23 | 0.84 | 0.93 |
| Hex | DD | F0 | FC | C | 5 | 0 | 1 | CB | 54 | 5D |
| Octal | 335 | 360 | 374 | 14 | 5 | 0 | 1 | 313 | 124 | 135 |
| Binary | 11011101 | 11110000 | 11111100 | 1100 | 101 | 0 | 1 | 11001011 | 1010100 | 1011101 |
Color Harmonies of #DDF0FC
Complementary color
Monochromatic Colors of #DDF0FC
Black with #DDF0FC
Text Example
Text Example
White with #DDF0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF0FC; }
p { color: rgb(221,240,252); }
H1.HeaderClassName
{
color: #DDF0FC;
}
.AnyTagClassName
{
color: #DDF0FC;
}
</style>
background-color css
<style>
a { background-color: #DDF0FC; }
a { background-color: rgb(221,240,252); }
div.DivClassName
{
background-color: #DDF0FC;
}
.BgClassName
{
background-color: #DDF0FC;
}
</style>
border-color css
<style>
span { border-color: #DDF0FC; }
span { border-color: rgb(221,240,252); }
td.TdClassName
{
border-color: #DDF0FC;
}
.TagClassName
{
border-color: #DDF0FC;
}
</style>