Shades of Pattens Blue #DDEAF5
Tints of Pattens Blue #DDEAF5
RGB
CMYK
RGB Variations
Color information
#DDEAF5 (or 0xDDEAF5) is known color: Pattens Blue. HEX triplet: DD, EA and F5. RGB value is (221,234,245). Sum of RGB (Red+Green+Blue) = 221+234+245=700 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.57% from 700); Green value is 234 (91.80% from 255 or 33.43% from 700); Blue value is 245 (96.09% from 255 or 35% from 700); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDEAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEAF5 is #22150A. Grayscale: #E7E7E7. Windows color (decimal): -2233611 or 16116445. OLE color: 16116445.
HSL color Cylindrical-coordinate representation of color #DDEAF5: hue angle of 207.5º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDEAF5 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 234 | 245 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.04 |
| HSL | 207.5º | 0.55% | 0.91% | - |
| HSV(B) | 207.5º | 0.1% | 0.96% | - |
| XYZ | 75.72 | 80.81 | 97.99 | - |
| YUV | 231.37 | 135.69 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 234 | 245 | 0.10 | 0.04 | 0 | 0.04 | 207.5 | 0.55 | 0.91 |
| Hex | DD | EA | F5 | A | 4 | 0 | 4 | D0 | 37 | 5B |
| Octal | 335 | 352 | 365 | 12 | 4 | 0 | 4 | 320 | 67 | 133 |
| Binary | 11011101 | 11101010 | 11110101 | 1010 | 100 | 0 | 100 | 11010000 | 110111 | 1011011 |
Color Harmonies of #DDEAF5
Complementary color
Monochromatic Colors of #DDEAF5
Black with #DDEAF5
Text Example
Text Example
White with #DDEAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEAF5; }
p { color: rgb(221,234,245); }
H1.HeaderClassName
{
color: #DDEAF5;
}
.AnyTagClassName
{
color: #DDEAF5;
}
</style>
background-color css
<style>
a { background-color: #DDEAF5; }
a { background-color: rgb(221,234,245); }
div.DivClassName
{
background-color: #DDEAF5;
}
.BgClassName
{
background-color: #DDEAF5;
}
</style>
border-color css
<style>
span { border-color: #DDEAF5; }
span { border-color: rgb(221,234,245); }
td.TdClassName
{
border-color: #DDEAF5;
}
.TagClassName
{
border-color: #DDEAF5;
}
</style>