Shades of Pattens Blue #DEEEF3
Tints of Pattens Blue #DEEEF3
RGB
CMYK
RGB Variations
Color information
#DEEEF3 (or 0xDEEEF3) is known color: Pattens Blue. HEX triplet: DE, EE and F3. RGB value is (222,238,243). Sum of RGB (Red+Green+Blue) = 222+238+243=703 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.58% from 703); Green value is 238 (93.36% from 255 or 33.85% from 703); Blue value is 243 (95.31% from 255 or 34.57% from 703); Max value from RGB is 243 - color contains mainly: blue. Hex color #DEEEF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEEF3 is #21110C. Grayscale: #E9E9E9. Windows color (decimal): -2167053 or 15986398. OLE color: 15986398.
HSL color Cylindrical-coordinate representation of color #DEEEF3: hue angle of 194.29º degrees, saturation: 0.47, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEEEF3 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 238 | 243 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.05 |
| HSL | 194.29º | 0.47% | 0.91% | - |
| HSV(B) | 194.29º | 0.09% | 0.95% | - |
| XYZ | 76.88 | 83.15 | 96.79 | - |
| YUV | 233.79 | 133.2 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 243 | 0.09 | 0.02 | 0 | 0.05 | 194.29 | 0.47 | 0.91 |
| Hex | DE | EE | F3 | 9 | 2 | 0 | 5 | C2 | 2F | 5B |
| Octal | 336 | 356 | 363 | 11 | 2 | 0 | 5 | 302 | 57 | 133 |
| Binary | 11011110 | 11101110 | 11110011 | 1001 | 10 | 0 | 101 | 11000010 | 101111 | 1011011 |
Color Harmonies of #DEEEF3
Complementary color
Monochromatic Colors of #DEEEF3
Black with #DEEEF3
Text Example
Text Example
White with #DEEEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEEF3; }
p { color: rgb(222,238,243); }
H1.HeaderClassName
{
color: #DEEEF3;
}
.AnyTagClassName
{
color: #DEEEF3;
}
</style>
background-color css
<style>
a { background-color: #DEEEF3; }
a { background-color: rgb(222,238,243); }
div.DivClassName
{
background-color: #DEEEF3;
}
.BgClassName
{
background-color: #DEEEF3;
}
</style>
border-color css
<style>
span { border-color: #DEEEF3; }
span { border-color: rgb(222,238,243); }
td.TdClassName
{
border-color: #DEEEF3;
}
.TagClassName
{
border-color: #DEEEF3;
}
</style>