Shades of Pattens Blue #DDEAF0
Tints of Pattens Blue #DDEAF0
RGB
CMYK
RGB Variations
Color information
#DDEAF0 (or 0xDDEAF0) is known color: Pattens Blue. HEX triplet: DD, EA and F0. RGB value is (221,234,240). Sum of RGB (Red+Green+Blue) = 221+234+240=695 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.80% from 695); Green value is 234 (91.80% from 255 or 33.67% from 695); Blue value is 240 (94.14% from 255 or 34.53% from 695); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDEAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEAF0 is #22150F. Grayscale: #E6E6E6. Windows color (decimal): -2233616 or 15788765. OLE color: 15788765.
HSL color Cylindrical-coordinate representation of color #DDEAF0: hue angle of 198.95º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDEAF0 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 234 | 240 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.06 |
| HSL | 198.95º | 0.39% | 0.9% | - |
| HSV(B) | 198.95º | 0.08% | 0.94% | - |
| XYZ | 74.97 | 80.51 | 94.03 | - |
| YUV | 230.8 | 133.19 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 234 | 240 | 0.08 | 0.02 | 0 | 0.06 | 198.95 | 0.39 | 0.9 |
| Hex | DD | EA | F0 | 8 | 2 | 0 | 6 | C7 | 27 | 5A |
| Octal | 335 | 352 | 360 | 10 | 2 | 0 | 6 | 307 | 47 | 132 |
| Binary | 11011101 | 11101010 | 11110000 | 1000 | 10 | 0 | 110 | 11000111 | 100111 | 1011010 |
Color Harmonies of #DDEAF0
Complementary color
Monochromatic Colors of #DDEAF0
Black with #DDEAF0
Text Example
Text Example
White with #DDEAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEAF0; }
p { color: rgb(221,234,240); }
H1.HeaderClassName
{
color: #DDEAF0;
}
.AnyTagClassName
{
color: #DDEAF0;
}
</style>
background-color css
<style>
a { background-color: #DDEAF0; }
a { background-color: rgb(221,234,240); }
div.DivClassName
{
background-color: #DDEAF0;
}
.BgClassName
{
background-color: #DDEAF0;
}
</style>
border-color css
<style>
span { border-color: #DDEAF0; }
span { border-color: rgb(221,234,240); }
td.TdClassName
{
border-color: #DDEAF0;
}
.TagClassName
{
border-color: #DDEAF0;
}
</style>