Shades of Pattens Blue #D7EEF4
Tints of Pattens Blue #D7EEF4
RGB
CMYK
RGB Variations
Color information
#D7EEF4 (or 0xD7EEF4) is known color: Pattens Blue. HEX triplet: D7, EE and F4. RGB value is (215,238,244). Sum of RGB (Red+Green+Blue) = 215+238+244=697 (92% of max value = 765). Red value is 215 (84.38% from 255 or 30.85% from 697); Green value is 238 (93.36% from 255 or 34.15% from 697); Blue value is 244 (95.70% from 255 or 35.01% from 697); Max value from RGB is 244 - color contains mainly: blue. Hex color #D7EEF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EEF4 is #28110B. Grayscale: #E7E7E7. Windows color (decimal): -2625804 or 16051927. OLE color: 16051927.
HSL color Cylindrical-coordinate representation of color #D7EEF4: hue angle of 192.41º degrees, saturation: 0.57, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7EEF4 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 238 | 244 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.04 |
| HSL | 192.41º | 0.57% | 0.9% | - |
| HSV(B) | 192.41º | 0.12% | 0.96% | - |
| XYZ | 74.93 | 82.13 | 97.49 | - |
| YUV | 231.81 | 134.88 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 238 | 244 | 0.12 | 0.02 | 0 | 0.04 | 192.41 | 0.57 | 0.9 |
| Hex | D7 | EE | F4 | C | 2 | 0 | 4 | C0 | 39 | 5A |
| Octal | 327 | 356 | 364 | 14 | 2 | 0 | 4 | 300 | 71 | 132 |
| Binary | 11010111 | 11101110 | 11110100 | 1100 | 10 | 0 | 100 | 11000000 | 111001 | 1011010 |
Color Harmonies of #D7EEF4
Complementary color
Monochromatic Colors of #D7EEF4
Black with #D7EEF4
Text Example
Text Example
White with #D7EEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EEF4; }
p { color: rgb(215,238,244); }
H1.HeaderClassName
{
color: #D7EEF4;
}
.AnyTagClassName
{
color: #D7EEF4;
}
</style>
background-color css
<style>
a { background-color: #D7EEF4; }
a { background-color: rgb(215,238,244); }
div.DivClassName
{
background-color: #D7EEF4;
}
.BgClassName
{
background-color: #D7EEF4;
}
</style>
border-color css
<style>
span { border-color: #D7EEF4; }
span { border-color: rgb(215,238,244); }
td.TdClassName
{
border-color: #D7EEF4;
}
.TagClassName
{
border-color: #D7EEF4;
}
</style>