Shades of Pattens Blue #D8ECF3
Tints of Pattens Blue #D8ECF3
RGB
CMYK
RGB Variations
Color information
#D8ECF3 (or 0xD8ECF3) is known color: Pattens Blue. HEX triplet: D8, EC and F3. RGB value is (216,236,243). Sum of RGB (Red+Green+Blue) = 216+236+243=695 (92% of max value = 765). Red value is 216 (84.77% from 255 or 31.08% from 695); Green value is 236 (92.58% from 255 or 33.96% from 695); Blue value is 243 (95.31% from 255 or 34.96% from 695); Max value from RGB is 243 - color contains mainly: blue. Hex color #D8ECF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8ECF3 is #27130C. Grayscale: #E6E6E6. Windows color (decimal): -2560781 or 15985880. OLE color: 15985880.
HSL color Cylindrical-coordinate representation of color #D8ECF3: hue angle of 195.56º degrees, saturation: 0.53, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8ECF3 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 236 | 243 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.05 |
| HSL | 195.56º | 0.53% | 0.9% | - |
| HSV(B) | 195.56º | 0.11% | 0.95% | - |
| XYZ | 74.49 | 81.06 | 96.51 | - |
| YUV | 230.82 | 134.87 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 236 | 243 | 0.11 | 0.03 | 0 | 0.05 | 195.56 | 0.53 | 0.9 |
| Hex | D8 | EC | F3 | B | 3 | 0 | 5 | C4 | 35 | 5A |
| Octal | 330 | 354 | 363 | 13 | 3 | 0 | 5 | 304 | 65 | 132 |
| Binary | 11011000 | 11101100 | 11110011 | 1011 | 11 | 0 | 101 | 11000100 | 110101 | 1011010 |
Color Harmonies of #D8ECF3
Complementary color
Monochromatic Colors of #D8ECF3
Black with #D8ECF3
Text Example
Text Example
White with #D8ECF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ECF3; }
p { color: rgb(216,236,243); }
H1.HeaderClassName
{
color: #D8ECF3;
}
.AnyTagClassName
{
color: #D8ECF3;
}
</style>
background-color css
<style>
a { background-color: #D8ECF3; }
a { background-color: rgb(216,236,243); }
div.DivClassName
{
background-color: #D8ECF3;
}
.BgClassName
{
background-color: #D8ECF3;
}
</style>
border-color css
<style>
span { border-color: #D8ECF3; }
span { border-color: rgb(216,236,243); }
td.TdClassName
{
border-color: #D8ECF3;
}
.TagClassName
{
border-color: #D8ECF3;
}
</style>