Shades of Pattens Blue #DEEEF2
Tints of Pattens Blue #DEEEF2
RGB
CMYK
RGB Variations
Color information
#DEEEF2 (or 0xDEEEF2) is known color: Pattens Blue. HEX triplet: DE, EE and F2. RGB value is (222,238,242). Sum of RGB (Red+Green+Blue) = 222+238+242=702 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.62% from 702); Green value is 238 (93.36% from 255 or 33.90% from 702); Blue value is 242 (94.92% from 255 or 34.47% from 702); Max value from RGB is 242 - color contains mainly: blue. Hex color #DEEEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEEF2 is #21110D. Grayscale: #E9E9E9. Windows color (decimal): -2167054 or 15920862. OLE color: 15920862.
HSL color Cylindrical-coordinate representation of color #DEEEF2: hue angle of 192º degrees, saturation: 0.43, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEEEF2 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 238 | 242 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.05 |
| HSL | 192º | 0.43% | 0.91% | - |
| HSV(B) | 192º | 0.08% | 0.95% | - |
| XYZ | 76.73 | 83.09 | 96 | - |
| YUV | 233.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 242 | 0.08 | 0.02 | 0 | 0.05 | 192 | 0.43 | 0.91 |
| Hex | DE | EE | F2 | 8 | 2 | 0 | 5 | C0 | 2B | 5B |
| Octal | 336 | 356 | 362 | 10 | 2 | 0 | 5 | 300 | 53 | 133 |
| Binary | 11011110 | 11101110 | 11110010 | 1000 | 10 | 0 | 101 | 11000000 | 101011 | 1011011 |
Color Harmonies of #DEEEF2
Complementary color
Monochromatic Colors of #DEEEF2
Black with #DEEEF2
Text Example
Text Example
White with #DEEEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEEF2; }
p { color: rgb(222,238,242); }
H1.HeaderClassName
{
color: #DEEEF2;
}
.AnyTagClassName
{
color: #DEEEF2;
}
</style>
background-color css
<style>
a { background-color: #DEEEF2; }
a { background-color: rgb(222,238,242); }
div.DivClassName
{
background-color: #DEEEF2;
}
.BgClassName
{
background-color: #DEEEF2;
}
</style>
border-color css
<style>
span { border-color: #DEEEF2; }
span { border-color: rgb(222,238,242); }
td.TdClassName
{
border-color: #DEEEF2;
}
.TagClassName
{
border-color: #DEEEF2;
}
</style>