Shades of Pattens Blue #D6EEF4
Tints of Pattens Blue #D6EEF4
RGB
CMYK
RGB Variations
Color information
#D6EEF4 (or 0xD6EEF4) is known color: Pattens Blue. HEX triplet: D6, EE and F4. RGB value is (214,238,244). Sum of RGB (Red+Green+Blue) = 214+238+244=696 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.75% from 696); Green value is 238 (93.36% from 255 or 34.20% from 696); Blue value is 244 (95.70% from 255 or 35.06% from 696); Max value from RGB is 244 - color contains mainly: blue. Hex color #D6EEF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EEF4 is #29110B. Grayscale: #E7E7E7. Windows color (decimal): -2691340 or 16051926. OLE color: 16051926.
HSL color Cylindrical-coordinate representation of color #D6EEF4: hue angle of 192º degrees, saturation: 0.58, 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 #D6EEF4 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 238 | 244 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.04 |
| HSL | 192º | 0.58% | 0.9% | - |
| HSV(B) | 192º | 0.12% | 0.96% | - |
| XYZ | 74.64 | 81.98 | 97.48 | - |
| YUV | 231.51 | 135.05 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 238 | 244 | 0.12 | 0.02 | 0 | 0.04 | 192 | 0.58 | 0.9 |
| Hex | D6 | EE | F4 | C | 2 | 0 | 4 | C0 | 3A | 5A |
| Octal | 326 | 356 | 364 | 14 | 2 | 0 | 4 | 300 | 72 | 132 |
| Binary | 11010110 | 11101110 | 11110100 | 1100 | 10 | 0 | 100 | 11000000 | 111010 | 1011010 |
Color Harmonies of #D6EEF4
Complementary color
Monochromatic Colors of #D6EEF4
Black with #D6EEF4
Text Example
Text Example
White with #D6EEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EEF4; }
p { color: rgb(214,238,244); }
H1.HeaderClassName
{
color: #D6EEF4;
}
.AnyTagClassName
{
color: #D6EEF4;
}
</style>
background-color css
<style>
a { background-color: #D6EEF4; }
a { background-color: rgb(214,238,244); }
div.DivClassName
{
background-color: #D6EEF4;
}
.BgClassName
{
background-color: #D6EEF4;
}
</style>
border-color css
<style>
span { border-color: #D6EEF4; }
span { border-color: rgb(214,238,244); }
td.TdClassName
{
border-color: #D6EEF4;
}
.TagClassName
{
border-color: #D6EEF4;
}
</style>