Shades of Pattens Blue #DEEDF4
Tints of Pattens Blue #DEEDF4
RGB
CMYK
RGB Variations
Color information
#DEEDF4 (or 0xDEEDF4) is known color: Pattens Blue. HEX triplet: DE, ED and F4. RGB value is (222,237,244). Sum of RGB (Red+Green+Blue) = 222+237+244=703 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.58% from 703); Green value is 237 (92.97% from 255 or 33.71% from 703); Blue value is 244 (95.70% from 255 or 34.71% from 703); Max value from RGB is 244 - color contains mainly: blue. Hex color #DEEDF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEDF4 is #21120B. Grayscale: #E9E9E9. Windows color (decimal): -2167308 or 16051678. OLE color: 16051678.
HSL color Cylindrical-coordinate representation of color #DEEDF4: hue angle of 199.09º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEEDF4 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 237 | 244 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.04 |
| HSL | 199.09º | 0.5% | 0.91% | - |
| HSV(B) | 199.09º | 0.09% | 0.96% | - |
| XYZ | 76.74 | 82.63 | 97.49 | - |
| YUV | 233.31 | 134.03 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 244 | 0.09 | 0.03 | 0 | 0.04 | 199.09 | 0.5 | 0.91 |
| Hex | DE | ED | F4 | 9 | 3 | 0 | 4 | C7 | 32 | 5B |
| Octal | 336 | 355 | 364 | 11 | 3 | 0 | 4 | 307 | 62 | 133 |
| Binary | 11011110 | 11101101 | 11110100 | 1001 | 11 | 0 | 100 | 11000111 | 110010 | 1011011 |
Color Harmonies of #DEEDF4
Complementary color
Monochromatic Colors of #DEEDF4
Black with #DEEDF4
Text Example
Text Example
White with #DEEDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEDF4; }
p { color: rgb(222,237,244); }
H1.HeaderClassName
{
color: #DEEDF4;
}
.AnyTagClassName
{
color: #DEEDF4;
}
</style>
background-color css
<style>
a { background-color: #DEEDF4; }
a { background-color: rgb(222,237,244); }
div.DivClassName
{
background-color: #DEEDF4;
}
.BgClassName
{
background-color: #DEEDF4;
}
</style>
border-color css
<style>
span { border-color: #DEEDF4; }
span { border-color: rgb(222,237,244); }
td.TdClassName
{
border-color: #DEEDF4;
}
.TagClassName
{
border-color: #DEEDF4;
}
</style>