Shades of Pattens Blue #DEEDF7
Tints of Pattens Blue #DEEDF7
RGB
CMYK
RGB Variations
Color information
#DEEDF7 (or 0xDEEDF7) is known color: Pattens Blue. HEX triplet: DE, ED and F7. RGB value is (222,237,247). Sum of RGB (Red+Green+Blue) = 222+237+247=706 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.44% from 706); Green value is 237 (92.97% from 255 or 33.57% from 706); Blue value is 247 (96.88% from 255 or 34.99% from 706); Max value from RGB is 247 - color contains mainly: blue. Hex color #DEEDF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEDF7 is #211208. Grayscale: #E9E9E9. Windows color (decimal): -2167305 or 16248286. OLE color: 16248286.
HSL color Cylindrical-coordinate representation of color #DEEDF7: hue angle of 204º degrees, saturation: 0.61, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEEDF7 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 237 | 247 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.03 |
| HSL | 204º | 0.61% | 0.92% | - |
| HSV(B) | 204º | 0.1% | 0.97% | - |
| XYZ | 77.2 | 82.81 | 99.91 | - |
| YUV | 233.66 | 135.53 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 247 | 0.10 | 0.04 | 0 | 0.03 | 204 | 0.61 | 0.92 |
| Hex | DE | ED | F7 | A | 4 | 0 | 3 | CC | 3D | 5C |
| Octal | 336 | 355 | 367 | 12 | 4 | 0 | 3 | 314 | 75 | 134 |
| Binary | 11011110 | 11101101 | 11110111 | 1010 | 100 | 0 | 11 | 11001100 | 111101 | 1011100 |
Color Harmonies of #DEEDF7
Complementary color
Monochromatic Colors of #DEEDF7
Black with #DEEDF7
Text Example
Text Example
White with #DEEDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEDF7; }
p { color: rgb(222,237,247); }
H1.HeaderClassName
{
color: #DEEDF7;
}
.AnyTagClassName
{
color: #DEEDF7;
}
</style>
background-color css
<style>
a { background-color: #DEEDF7; }
a { background-color: rgb(222,237,247); }
div.DivClassName
{
background-color: #DEEDF7;
}
.BgClassName
{
background-color: #DEEDF7;
}
</style>
border-color css
<style>
span { border-color: #DEEDF7; }
span { border-color: rgb(222,237,247); }
td.TdClassName
{
border-color: #DEEDF7;
}
.TagClassName
{
border-color: #DEEDF7;
}
</style>