Shades of Pattens Blue #DEEEF7
Tints of Pattens Blue #DEEEF7
RGB
CMYK
RGB Variations
Color information
#DEEEF7 (or 0xDEEEF7) is known color: Pattens Blue. HEX triplet: DE, EE and F7. RGB value is (222,238,247). Sum of RGB (Red+Green+Blue) = 222+238+247=707 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.40% from 707); Green value is 238 (93.36% from 255 or 33.66% from 707); Blue value is 247 (96.88% from 255 or 34.94% from 707); Max value from RGB is 247 - color contains mainly: blue. Hex color #DEEEF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEEF7 is #211108. Grayscale: #EAEAEA. Windows color (decimal): -2167049 or 16248542. OLE color: 16248542.
HSL color Cylindrical-coordinate representation of color #DEEEF7: hue angle of 201.6º degrees, saturation: 0.61, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEEEF7 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 238 | 247 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.03 |
| HSL | 201.6º | 0.61% | 0.92% | - |
| HSV(B) | 201.6º | 0.1% | 0.97% | - |
| XYZ | 77.49 | 83.39 | 100.01 | - |
| YUV | 234.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 247 | 0.10 | 0.04 | 0 | 0.03 | 201.6 | 0.61 | 0.92 |
| Hex | DE | EE | F7 | A | 4 | 0 | 3 | CA | 3D | 5C |
| Octal | 336 | 356 | 367 | 12 | 4 | 0 | 3 | 312 | 75 | 134 |
| Binary | 11011110 | 11101110 | 11110111 | 1010 | 100 | 0 | 11 | 11001010 | 111101 | 1011100 |
Color Harmonies of #DEEEF7
Complementary color
Monochromatic Colors of #DEEEF7
Black with #DEEEF7
Text Example
Text Example
White with #DEEEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEEF7; }
p { color: rgb(222,238,247); }
H1.HeaderClassName
{
color: #DEEEF7;
}
.AnyTagClassName
{
color: #DEEEF7;
}
</style>
background-color css
<style>
a { background-color: #DEEEF7; }
a { background-color: rgb(222,238,247); }
div.DivClassName
{
background-color: #DEEEF7;
}
.BgClassName
{
background-color: #DEEEF7;
}
</style>
border-color css
<style>
span { border-color: #DEEEF7; }
span { border-color: rgb(222,238,247); }
td.TdClassName
{
border-color: #DEEEF7;
}
.TagClassName
{
border-color: #DEEEF7;
}
</style>