Shades of Pattens Blue #DDEAEF
Tints of Pattens Blue #DDEAEF
RGB
CMYK
RGB Variations
Color information
#DDEAEF (or 0xDDEAEF) is known color: Pattens Blue. HEX triplet: DD, EA and EF. RGB value is (221,234,239). Sum of RGB (Red+Green+Blue) = 221+234+239=694 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.84% from 694); Green value is 234 (91.80% from 255 or 33.72% from 694); Blue value is 239 (93.75% from 255 or 34.44% from 694); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDEAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEAEF is #221510. Grayscale: #E6E6E6. Windows color (decimal): -2233617 or 15723229. OLE color: 15723229.
HSL color Cylindrical-coordinate representation of color #DDEAEF: hue angle of 196.67º degrees, saturation: 0.36, 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 #DDEAEF is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 234 | 239 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.06 |
| HSL | 196.67º | 0.36% | 0.9% | - |
| HSV(B) | 196.67º | 0.08% | 0.94% | - |
| XYZ | 74.82 | 80.45 | 93.25 | - |
| YUV | 230.68 | 132.69 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 234 | 239 | 0.08 | 0.02 | 0 | 0.06 | 196.67 | 0.36 | 0.9 |
| Hex | DD | EA | EF | 8 | 2 | 0 | 6 | C5 | 24 | 5A |
| Octal | 335 | 352 | 357 | 10 | 2 | 0 | 6 | 305 | 44 | 132 |
| Binary | 11011101 | 11101010 | 11101111 | 1000 | 10 | 0 | 110 | 11000101 | 100100 | 1011010 |
Color Harmonies of #DDEAEF
Complementary color
Monochromatic Colors of #DDEAEF
Black with #DDEAEF
Text Example
Text Example
White with #DDEAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEAEF; }
p { color: rgb(221,234,239); }
H1.HeaderClassName
{
color: #DDEAEF;
}
.AnyTagClassName
{
color: #DDEAEF;
}
</style>
background-color css
<style>
a { background-color: #DDEAEF; }
a { background-color: rgb(221,234,239); }
div.DivClassName
{
background-color: #DDEAEF;
}
.BgClassName
{
background-color: #DDEAEF;
}
</style>
border-color css
<style>
span { border-color: #DDEAEF; }
span { border-color: rgb(221,234,239); }
td.TdClassName
{
border-color: #DDEAEF;
}
.TagClassName
{
border-color: #DDEAEF;
}
</style>