Shades of Pattens Blue #DDEEFA
Tints of Pattens Blue #DDEEFA
RGB
CMYK
RGB Variations
Color information
#DDEEFA (or 0xDDEEFA) is known color: Pattens Blue. HEX triplet: DD, EE and FA. RGB value is (221,238,250). Sum of RGB (Red+Green+Blue) = 221+238+250=709 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.17% from 709); Green value is 238 (93.36% from 255 or 33.57% from 709); Blue value is 250 (98.05% from 255 or 35.26% from 709); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDEEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEFA is #221105. Grayscale: #EAEAEA. Windows color (decimal): -2232582 or 16445149. OLE color: 16445149.
HSL color Cylindrical-coordinate representation of color #DDEEFA: hue angle of 204.83º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDEEFA is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 238 | 250 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.02 |
| HSL | 204.83º | 0.74% | 0.92% | - |
| HSV(B) | 204.83º | 0.12% | 0.98% | - |
| XYZ | 77.65 | 83.42 | 102.45 | - |
| YUV | 234.29 | 136.87 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 238 | 250 | 0.12 | 0.05 | 0 | 0.02 | 204.83 | 0.74 | 0.92 |
| Hex | DD | EE | FA | C | 5 | 0 | 2 | CD | 4A | 5C |
| Octal | 335 | 356 | 372 | 14 | 5 | 0 | 2 | 315 | 112 | 134 |
| Binary | 11011101 | 11101110 | 11111010 | 1100 | 101 | 0 | 10 | 11001101 | 1001010 | 1011100 |
Color Harmonies of #DDEEFA
Complementary color
Monochromatic Colors of #DDEEFA
Black with #DDEEFA
Text Example
Text Example
White with #DDEEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEFA; }
p { color: rgb(221,238,250); }
H1.HeaderClassName
{
color: #DDEEFA;
}
.AnyTagClassName
{
color: #DDEEFA;
}
</style>
background-color css
<style>
a { background-color: #DDEEFA; }
a { background-color: rgb(221,238,250); }
div.DivClassName
{
background-color: #DDEEFA;
}
.BgClassName
{
background-color: #DDEEFA;
}
</style>
border-color css
<style>
span { border-color: #DDEEFA; }
span { border-color: rgb(221,238,250); }
td.TdClassName
{
border-color: #DDEEFA;
}
.TagClassName
{
border-color: #DDEEFA;
}
</style>