Shades of Pattens Blue #DDEAEE
Tints of Pattens Blue #DDEAEE
RGB
CMYK
RGB Variations
Color information
#DDEAEE (or 0xDDEAEE) is known color: Pattens Blue. HEX triplet: DD, EA and EE. RGB value is (221,234,238). Sum of RGB (Red+Green+Blue) = 221+234+238=693 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.89% from 693); Green value is 234 (91.80% from 255 or 33.77% from 693); Blue value is 238 (93.36% from 255 or 34.34% from 693); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDEAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEAEE is #221511. Grayscale: #E6E6E6. Windows color (decimal): -2233618 or 15657693. OLE color: 15657693.
HSL color Cylindrical-coordinate representation of color #DDEAEE: hue angle of 194.12º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDEAEE is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 234 | 238 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.07 |
| HSL | 194.12º | 0.33% | 0.9% | - |
| HSV(B) | 194.12º | 0.07% | 0.93% | - |
| XYZ | 74.67 | 80.39 | 92.47 | - |
| YUV | 230.57 | 132.19 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 234 | 238 | 0.07 | 0.02 | 0 | 0.07 | 194.12 | 0.33 | 0.9 |
| Hex | DD | EA | EE | 7 | 2 | 0 | 7 | C2 | 21 | 5A |
| Octal | 335 | 352 | 356 | 7 | 2 | 0 | 7 | 302 | 41 | 132 |
| Binary | 11011101 | 11101010 | 11101110 | 111 | 10 | 0 | 111 | 11000010 | 100001 | 1011010 |
Color Harmonies of #DDEAEE
Complementary color
Monochromatic Colors of #DDEAEE
Black with #DDEAEE
Text Example
Text Example
White with #DDEAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEAEE; }
p { color: rgb(221,234,238); }
H1.HeaderClassName
{
color: #DDEAEE;
}
.AnyTagClassName
{
color: #DDEAEE;
}
</style>
background-color css
<style>
a { background-color: #DDEAEE; }
a { background-color: rgb(221,234,238); }
div.DivClassName
{
background-color: #DDEAEE;
}
.BgClassName
{
background-color: #DDEAEE;
}
</style>
border-color css
<style>
span { border-color: #DDEAEE; }
span { border-color: rgb(221,234,238); }
td.TdClassName
{
border-color: #DDEAEE;
}
.TagClassName
{
border-color: #DDEAEE;
}
</style>