Shades of Pattens Blue #D4E6EB
Tints of Pattens Blue #D4E6EB
RGB
CMYK
RGB Variations
Color information
#D4E6EB (or 0xD4E6EB) is known color: Pattens Blue. HEX triplet: D4, E6 and EB. RGB value is (212,230,235). Sum of RGB (Red+Green+Blue) = 212+230+235=677 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.31% from 677); Green value is 230 (90.23% from 255 or 33.97% from 677); Blue value is 235 (92.19% from 255 or 34.71% from 677); Max value from RGB is 235 - color contains mainly: blue. Hex color #D4E6EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4E6EB is #2B1914. Grayscale: #E1E1E1. Windows color (decimal): -2824469 or 15460052. OLE color: 15460052.
HSL color Cylindrical-coordinate representation of color #D4E6EB: hue angle of 193.04º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4E6EB is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 230 | 235 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.08 |
| HSL | 193.04º | 0.37% | 0.88% | - |
| HSV(B) | 193.04º | 0.1% | 0.92% | - |
| XYZ | 70.44 | 76.59 | 89.67 | - |
| YUV | 225.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 230 | 235 | 0.10 | 0.02 | 0 | 0.08 | 193.04 | 0.37 | 0.88 |
| Hex | D4 | E6 | EB | A | 2 | 0 | 8 | C1 | 25 | 58 |
| Octal | 324 | 346 | 353 | 12 | 2 | 0 | 10 | 301 | 45 | 130 |
| Binary | 11010100 | 11100110 | 11101011 | 1010 | 10 | 0 | 1000 | 11000001 | 100101 | 1011000 |
Color Harmonies of #D4E6EB
Complementary color
Monochromatic Colors of #D4E6EB
Black with #D4E6EB
Text Example
Text Example
White with #D4E6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E6EB; }
p { color: rgb(212,230,235); }
H1.HeaderClassName
{
color: #D4E6EB;
}
.AnyTagClassName
{
color: #D4E6EB;
}
</style>
background-color css
<style>
a { background-color: #D4E6EB; }
a { background-color: rgb(212,230,235); }
div.DivClassName
{
background-color: #D4E6EB;
}
.BgClassName
{
background-color: #D4E6EB;
}
</style>
border-color css
<style>
span { border-color: #D4E6EB; }
span { border-color: rgb(212,230,235); }
td.TdClassName
{
border-color: #D4E6EB;
}
.TagClassName
{
border-color: #D4E6EB;
}
</style>