Shades of Pattens Blue #DEECF0
Tints of Pattens Blue #DEECF0
RGB
CMYK
RGB Variations
Color information
#DEECF0 (or 0xDEECF0) is known color: Pattens Blue. HEX triplet: DE, EC and F0. RGB value is (222,236,240). Sum of RGB (Red+Green+Blue) = 222+236+240=698 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.81% from 698); Green value is 236 (92.58% from 255 or 33.81% from 698); Blue value is 240 (94.14% from 255 or 34.38% from 698); Max value from RGB is 240 - color contains mainly: blue. Hex color #DEECF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEECF0 is #21130F. Grayscale: #E8E8E8. Windows color (decimal): -2167568 or 15789278. OLE color: 15789278.
HSL color Cylindrical-coordinate representation of color #DEECF0: hue angle of 193.33º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEECF0 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 236 | 240 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.06 |
| HSL | 193.33º | 0.38% | 0.91% | - |
| HSV(B) | 193.33º | 0.07% | 0.94% | - |
| XYZ | 75.85 | 81.81 | 94.23 | - |
| YUV | 232.27 | 132.36 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 236 | 240 | 0.08 | 0.02 | 0 | 0.06 | 193.33 | 0.38 | 0.91 |
| Hex | DE | EC | F0 | 8 | 2 | 0 | 6 | C1 | 26 | 5B |
| Octal | 336 | 354 | 360 | 10 | 2 | 0 | 6 | 301 | 46 | 133 |
| Binary | 11011110 | 11101100 | 11110000 | 1000 | 10 | 0 | 110 | 11000001 | 100110 | 1011011 |
Color Harmonies of #DEECF0
Complementary color
Monochromatic Colors of #DEECF0
Black with #DEECF0
Text Example
Text Example
White with #DEECF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEECF0; }
p { color: rgb(222,236,240); }
H1.HeaderClassName
{
color: #DEECF0;
}
.AnyTagClassName
{
color: #DEECF0;
}
</style>
background-color css
<style>
a { background-color: #DEECF0; }
a { background-color: rgb(222,236,240); }
div.DivClassName
{
background-color: #DEECF0;
}
.BgClassName
{
background-color: #DEECF0;
}
</style>
border-color css
<style>
span { border-color: #DEECF0; }
span { border-color: rgb(222,236,240); }
td.TdClassName
{
border-color: #DEECF0;
}
.TagClassName
{
border-color: #DEECF0;
}
</style>