Shades of Pattens Blue #D4EBF1
Tints of Pattens Blue #D4EBF1
RGB
CMYK
RGB Variations
Color information
#D4EBF1 (or 0xD4EBF1) is known color: Pattens Blue. HEX triplet: D4, EB and F1. RGB value is (212,235,241). Sum of RGB (Red+Green+Blue) = 212+235+241=688 (91% of max value = 765). Red value is 212 (83.20% from 255 or 30.81% from 688); Green value is 235 (92.19% from 255 or 34.16% from 688); Blue value is 241 (94.53% from 255 or 35.03% from 688); Max value from RGB is 241 - color contains mainly: blue. Hex color #D4EBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EBF1 is #2B140E. Grayscale: #E4E4E4. Windows color (decimal): -2823183 or 15854548. OLE color: 15854548.
HSL color Cylindrical-coordinate representation of color #D4EBF1: hue angle of 192.41º degrees, saturation: 0.51, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4EBF1 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 235 | 241 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.05 |
| HSL | 192.41º | 0.51% | 0.89% | - |
| HSV(B) | 192.41º | 0.12% | 0.95% | - |
| XYZ | 72.74 | 79.76 | 94.78 | - |
| YUV | 228.81 | 134.88 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 235 | 241 | 0.12 | 0.02 | 0 | 0.05 | 192.41 | 0.51 | 0.89 |
| Hex | D4 | EB | F1 | C | 2 | 0 | 5 | C0 | 33 | 59 |
| Octal | 324 | 353 | 361 | 14 | 2 | 0 | 5 | 300 | 63 | 131 |
| Binary | 11010100 | 11101011 | 11110001 | 1100 | 10 | 0 | 101 | 11000000 | 110011 | 1011001 |
Color Harmonies of #D4EBF1
Complementary color
Monochromatic Colors of #D4EBF1
Black with #D4EBF1
Text Example
Text Example
White with #D4EBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EBF1; }
p { color: rgb(212,235,241); }
H1.HeaderClassName
{
color: #D4EBF1;
}
.AnyTagClassName
{
color: #D4EBF1;
}
</style>
background-color css
<style>
a { background-color: #D4EBF1; }
a { background-color: rgb(212,235,241); }
div.DivClassName
{
background-color: #D4EBF1;
}
.BgClassName
{
background-color: #D4EBF1;
}
</style>
border-color css
<style>
span { border-color: #D4EBF1; }
span { border-color: rgb(212,235,241); }
td.TdClassName
{
border-color: #D4EBF1;
}
.TagClassName
{
border-color: #D4EBF1;
}
</style>