Shades of Pattens Blue #D4E4EE
Tints of Pattens Blue #D4E4EE
RGB
CMYK
RGB Variations
Color information
#D4E4EE (or 0xD4E4EE) is known color: Pattens Blue. HEX triplet: D4, E4 and EE. RGB value is (212,228,238). Sum of RGB (Red+Green+Blue) = 212+228+238=678 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.27% from 678); Green value is 228 (89.45% from 255 or 33.63% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4E4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4E4EE is #2B1B11. Grayscale: #E0E0E0. Windows color (decimal): -2824978 or 15656148. OLE color: 15656148.
HSL color Cylindrical-coordinate representation of color #D4E4EE: hue angle of 203.08º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4E4EE is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 228 | 238 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.07 |
| HSL | 203.08º | 0.43% | 0.88% | - |
| HSV(B) | 203.08º | 0.11% | 0.93% | - |
| XYZ | 70.33 | 75.66 | 91.79 | - |
| YUV | 224.36 | 135.7 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 228 | 238 | 0.11 | 0.04 | 0 | 0.07 | 203.08 | 0.43 | 0.88 |
| Hex | D4 | E4 | EE | B | 4 | 0 | 7 | CB | 2B | 58 |
| Octal | 324 | 344 | 356 | 13 | 4 | 0 | 7 | 313 | 53 | 130 |
| Binary | 11010100 | 11100100 | 11101110 | 1011 | 100 | 0 | 111 | 11001011 | 101011 | 1011000 |
Color Harmonies of #D4E4EE
Complementary color
Monochromatic Colors of #D4E4EE
Black with #D4E4EE
Text Example
Text Example
White with #D4E4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E4EE; }
p { color: rgb(212,228,238); }
H1.HeaderClassName
{
color: #D4E4EE;
}
.AnyTagClassName
{
color: #D4E4EE;
}
</style>
background-color css
<style>
a { background-color: #D4E4EE; }
a { background-color: rgb(212,228,238); }
div.DivClassName
{
background-color: #D4E4EE;
}
.BgClassName
{
background-color: #D4E4EE;
}
</style>
border-color css
<style>
span { border-color: #D4E4EE; }
span { border-color: rgb(212,228,238); }
td.TdClassName
{
border-color: #D4E4EE;
}
.TagClassName
{
border-color: #D4E4EE;
}
</style>