Shades of Pattens Blue #DEEDF6
Tints of Pattens Blue #DEEDF6
RGB
CMYK
RGB Variations
Color information
#DEEDF6 (or 0xDEEDF6) is known color: Pattens Blue. HEX triplet: DE, ED and F6. RGB value is (222,237,246). Sum of RGB (Red+Green+Blue) = 222+237+246=705 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.49% from 705); Green value is 237 (92.97% from 255 or 33.62% from 705); Blue value is 246 (96.48% from 255 or 34.89% from 705); Max value from RGB is 246 - color contains mainly: blue. Hex color #DEEDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEDF6 is #211209. Grayscale: #E9E9E9. Windows color (decimal): -2167306 or 16182750. OLE color: 16182750.
HSL color Cylindrical-coordinate representation of color #DEEDF6: hue angle of 202.5º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEEDF6 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 237 | 246 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.04 |
| HSL | 202.5º | 0.57% | 0.92% | - |
| HSV(B) | 202.5º | 0.1% | 0.96% | - |
| XYZ | 77.04 | 82.75 | 99.1 | - |
| YUV | 233.54 | 135.03 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 246 | 0.10 | 0.04 | 0 | 0.04 | 202.5 | 0.57 | 0.92 |
| Hex | DE | ED | F6 | A | 4 | 0 | 4 | CA | 39 | 5C |
| Octal | 336 | 355 | 366 | 12 | 4 | 0 | 4 | 312 | 71 | 134 |
| Binary | 11011110 | 11101101 | 11110110 | 1010 | 100 | 0 | 100 | 11001010 | 111001 | 1011100 |
Color Harmonies of #DEEDF6
Complementary color
Monochromatic Colors of #DEEDF6
Black with #DEEDF6
Text Example
Text Example
White with #DEEDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEDF6; }
p { color: rgb(222,237,246); }
H1.HeaderClassName
{
color: #DEEDF6;
}
.AnyTagClassName
{
color: #DEEDF6;
}
</style>
background-color css
<style>
a { background-color: #DEEDF6; }
a { background-color: rgb(222,237,246); }
div.DivClassName
{
background-color: #DEEDF6;
}
.BgClassName
{
background-color: #DEEDF6;
}
</style>
border-color css
<style>
span { border-color: #DEEDF6; }
span { border-color: rgb(222,237,246); }
td.TdClassName
{
border-color: #DEEDF6;
}
.TagClassName
{
border-color: #DEEDF6;
}
</style>