Shades of Pattens Blue #DDEAF6
Tints of Pattens Blue #DDEAF6
RGB
CMYK
RGB Variations
Color information
#DDEAF6 (or 0xDDEAF6) is known color: Pattens Blue. HEX triplet: DD, EA and F6. RGB value is (221,234,246). Sum of RGB (Red+Green+Blue) = 221+234+246=701 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.53% from 701); Green value is 234 (91.80% from 255 or 33.38% from 701); Blue value is 246 (96.48% from 255 or 35.09% from 701); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDEAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEAF6 is #221509. Grayscale: #E7E7E7. Windows color (decimal): -2233610 or 16181981. OLE color: 16181981.
HSL color Cylindrical-coordinate representation of color #DDEAF6: hue angle of 208.8º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDEAF6 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 234 | 246 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.04 |
| HSL | 208.8º | 0.58% | 0.92% | - |
| HSV(B) | 208.8º | 0.1% | 0.96% | - |
| XYZ | 75.88 | 80.87 | 98.8 | - |
| YUV | 231.48 | 136.19 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 234 | 246 | 0.10 | 0.05 | 0 | 0.04 | 208.8 | 0.58 | 0.92 |
| Hex | DD | EA | F6 | A | 5 | 0 | 4 | D1 | 3A | 5C |
| Octal | 335 | 352 | 366 | 12 | 5 | 0 | 4 | 321 | 72 | 134 |
| Binary | 11011101 | 11101010 | 11110110 | 1010 | 101 | 0 | 100 | 11010001 | 111010 | 1011100 |
Color Harmonies of #DDEAF6
Complementary color
Monochromatic Colors of #DDEAF6
Black with #DDEAF6
Text Example
Text Example
White with #DDEAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEAF6; }
p { color: rgb(221,234,246); }
H1.HeaderClassName
{
color: #DDEAF6;
}
.AnyTagClassName
{
color: #DDEAF6;
}
</style>
background-color css
<style>
a { background-color: #DDEAF6; }
a { background-color: rgb(221,234,246); }
div.DivClassName
{
background-color: #DDEAF6;
}
.BgClassName
{
background-color: #DDEAF6;
}
</style>
border-color css
<style>
span { border-color: #DDEAF6; }
span { border-color: rgb(221,234,246); }
td.TdClassName
{
border-color: #DDEAF6;
}
.TagClassName
{
border-color: #DDEAF6;
}
</style>