Shades of Pattens Blue #DDE7EC
Tints of Pattens Blue #DDE7EC
RGB
CMYK
RGB Variations
Color information
#DDE7EC (or 0xDDE7EC) is known color: Pattens Blue. HEX triplet: DD, E7 and EC. RGB value is (221,231,236). Sum of RGB (Red+Green+Blue) = 221+231+236=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 231 (90.62% from 255 or 33.58% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDE7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE7EC is #221813. Grayscale: #E4E4E4. Windows color (decimal): -2234388 or 15525853. OLE color: 15525853.
HSL color Cylindrical-coordinate representation of color #DDE7EC: hue angle of 200º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDE7EC is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 231 | 236 | - |
CMYK | 0.06 | 0.02 | 0 | 0.07 |
HSL | 200º | 0.28% | 0.9% | - |
HSV(B) | 200º | 0.06% | 0.93% | - |
XYZ | 73.54 | 78.58 | 90.65 | - |
YUV | 228.58 | 132.19 | 122.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 231 | 236 | 0.06 | 0.02 | 0 | 0.07 | 200 | 0.28 | 0.9 |
Hex | DD | E7 | EC | 6 | 2 | 0 | 7 | C8 | 1C | 5A |
Octal | 335 | 347 | 354 | 6 | 2 | 0 | 7 | 310 | 34 | 132 |
Binary | 11011101 | 11100111 | 11101100 | 110 | 10 | 0 | 111 | 11001000 | 11100 | 1011010 |
Color Harmonies of #DDE7EC
Complementary color
Monochromatic Colors of #DDE7EC
Black with #DDE7EC
Text Example
Text Example
White with #DDE7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE7EC; }
p { color: rgb(221,231,236); }
H1.HeaderClassName
{
color: #DDE7EC;
}
.AnyTagClassName
{
color: #DDE7EC;
}
</style>
background-color css
<style>
a { background-color: #DDE7EC; }
a { background-color: rgb(221,231,236); }
div.DivClassName
{
background-color: #DDE7EC;
}
.BgClassName
{
background-color: #DDE7EC;
}
</style>
border-color css
<style>
span { border-color: #DDE7EC; }
span { border-color: rgb(221,231,236); }
td.TdClassName
{
border-color: #DDE7EC;
}
.TagClassName
{
border-color: #DDE7EC;
}
</style>