Shades of Pattens Blue #DEECF5
Tints of Pattens Blue #DEECF5
RGB
CMYK
RGB Variations
Color information
#DEECF5 (or 0xDEECF5) is known color: Pattens Blue. HEX triplet: DE, EC and F5. RGB value is (222,236,245). Sum of RGB (Red+Green+Blue) = 222+236+245=703 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.58% from 703); Green value is 236 (92.58% from 255 or 33.57% from 703); Blue value is 245 (96.09% from 255 or 34.85% from 703); Max value from RGB is 245 - color contains mainly: blue. Hex color #DEECF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEECF5 is #21130A. Grayscale: #E8E8E8. Windows color (decimal): -2167563 or 16116958. OLE color: 16116958.
HSL color Cylindrical-coordinate representation of color #DEECF5: hue angle of 203.48º degrees, saturation: 0.53, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEECF5 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 236 | 245 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.04 |
| HSL | 203.48º | 0.53% | 0.92% | - |
| HSV(B) | 203.48º | 0.09% | 0.96% | - |
| XYZ | 76.6 | 82.11 | 98.2 | - |
| YUV | 232.84 | 134.86 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 236 | 245 | 0.09 | 0.04 | 0 | 0.04 | 203.48 | 0.53 | 0.92 |
| Hex | DE | EC | F5 | 9 | 4 | 0 | 4 | CB | 35 | 5C |
| Octal | 336 | 354 | 365 | 11 | 4 | 0 | 4 | 313 | 65 | 134 |
| Binary | 11011110 | 11101100 | 11110101 | 1001 | 100 | 0 | 100 | 11001011 | 110101 | 1011100 |
Color Harmonies of #DEECF5
Complementary color
Monochromatic Colors of #DEECF5
Black with #DEECF5
Text Example
Text Example
White with #DEECF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEECF5; }
p { color: rgb(222,236,245); }
H1.HeaderClassName
{
color: #DEECF5;
}
.AnyTagClassName
{
color: #DEECF5;
}
</style>
background-color css
<style>
a { background-color: #DEECF5; }
a { background-color: rgb(222,236,245); }
div.DivClassName
{
background-color: #DEECF5;
}
.BgClassName
{
background-color: #DEECF5;
}
</style>
border-color css
<style>
span { border-color: #DEECF5; }
span { border-color: rgb(222,236,245); }
td.TdClassName
{
border-color: #DEECF5;
}
.TagClassName
{
border-color: #DEECF5;
}
</style>