Shades of Pattens Blue #DDEDF7
Tints of Pattens Blue #DDEDF7
RGB
CMYK
RGB Variations
Color information
#DDEDF7 (or 0xDDEDF7) is known color: Pattens Blue. HEX triplet: DD, ED and F7. RGB value is (221,237,247). Sum of RGB (Red+Green+Blue) = 221+237+247=705 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.35% from 705); Green value is 237 (92.97% from 255 or 33.62% from 705); Blue value is 247 (96.88% from 255 or 35.04% from 705); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDEDF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEDF7 is #221208. Grayscale: #E9E9E9. Windows color (decimal): -2232841 or 16248285. OLE color: 16248285.
HSL color Cylindrical-coordinate representation of color #DDEDF7: hue angle of 203.08º degrees, saturation: 0.62, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDEDF7 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 221 | 237 | 247 | - |
CMYK | 0.11 | 0.04 | 0 | 0.03 |
HSL | 203.08º | 0.62% | 0.92% | - |
HSV(B) | 203.08º | 0.11% | 0.97% | - |
XYZ | 76.89 | 82.66 | 99.9 | - |
YUV | 233.36 | 135.7 | 119.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 237 | 247 | 0.11 | 0.04 | 0 | 0.03 | 203.08 | 0.62 | 0.92 |
Hex | DD | ED | F7 | B | 4 | 0 | 3 | CB | 3E | 5C |
Octal | 335 | 355 | 367 | 13 | 4 | 0 | 3 | 313 | 76 | 134 |
Binary | 11011101 | 11101101 | 11110111 | 1011 | 100 | 0 | 11 | 11001011 | 111110 | 1011100 |
Color Harmonies of #DDEDF7
Complementary color
Monochromatic Colors of #DDEDF7
Black with #DDEDF7
Text Example
Text Example
White with #DDEDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDF7; }
p { color: rgb(221,237,247); }
H1.HeaderClassName
{
color: #DDEDF7;
}
.AnyTagClassName
{
color: #DDEDF7;
}
</style>
background-color css
<style>
a { background-color: #DDEDF7; }
a { background-color: rgb(221,237,247); }
div.DivClassName
{
background-color: #DDEDF7;
}
.BgClassName
{
background-color: #DDEDF7;
}
</style>
border-color css
<style>
span { border-color: #DDEDF7; }
span { border-color: rgb(221,237,247); }
td.TdClassName
{
border-color: #DDEDF7;
}
.TagClassName
{
border-color: #DDEDF7;
}
</style>