Shades of Pattens Blue #DDF2FC
Tints of Pattens Blue #DDF2FC
RGB
CMYK
RGB Variations
Color information
#DDF2FC (or 0xDDF2FC) is known color: Pattens Blue. HEX triplet: DD, F2 and FC. RGB value is (221,242,252). Sum of RGB (Red+Green+Blue) = 221+242+252=715 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.91% from 715); Green value is 242 (94.92% from 255 or 33.85% from 715); Blue value is 252 (98.83% from 255 or 35.24% from 715); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDF2FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF2FC is #220D03. Grayscale: #ECECEC. Windows color (decimal): -2231556 or 16577245. OLE color: 16577245.
HSL color Cylindrical-coordinate representation of color #DDF2FC: hue angle of 199.35º 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 #DDF2FC is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 242 | 252 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.01 |
| HSL | 199.35º | 0.84% | 0.93% | - |
| HSV(B) | 199.35º | 0.12% | 0.99% | - |
| XYZ | 79.14 | 85.9 | 104.51 | - |
| YUV | 236.86 | 136.54 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 252 | 0.12 | 0.04 | 0 | 0.01 | 199.35 | 0.84 | 0.93 |
| Hex | DD | F2 | FC | C | 4 | 0 | 1 | C7 | 54 | 5D |
| Octal | 335 | 362 | 374 | 14 | 4 | 0 | 1 | 307 | 124 | 135 |
| Binary | 11011101 | 11110010 | 11111100 | 1100 | 100 | 0 | 1 | 11000111 | 1010100 | 1011101 |
Color Harmonies of #DDF2FC
Complementary color
Monochromatic Colors of #DDF2FC
Black with #DDF2FC
Text Example
Text Example
White with #DDF2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF2FC; }
p { color: rgb(221,242,252); }
H1.HeaderClassName
{
color: #DDF2FC;
}
.AnyTagClassName
{
color: #DDF2FC;
}
</style>
background-color css
<style>
a { background-color: #DDF2FC; }
a { background-color: rgb(221,242,252); }
div.DivClassName
{
background-color: #DDF2FC;
}
.BgClassName
{
background-color: #DDF2FC;
}
</style>
border-color css
<style>
span { border-color: #DDF2FC; }
span { border-color: rgb(221,242,252); }
td.TdClassName
{
border-color: #DDF2FC;
}
.TagClassName
{
border-color: #DDF2FC;
}
</style>