Shades of Pattens Blue #D4E2EC
Tints of Pattens Blue #D4E2EC
RGB
CMYK
RGB Variations
Color information
#D4E2EC (or 0xD4E2EC) is known color: Pattens Blue. HEX triplet: D4, E2 and EC. RGB value is (212,226,236). Sum of RGB (Red+Green+Blue) = 212+226+236=674 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.45% from 674); Green value is 226 (88.67% from 255 or 33.53% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 236 - color contains mainly: blue. Hex color #D4E2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4E2EC is #2B1D13. Grayscale: #DEDEDE. Windows color (decimal): -2825492 or 15524564. OLE color: 15524564.
HSL color Cylindrical-coordinate representation of color #D4E2EC: hue angle of 205º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4E2EC is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 212 | 226 | 236 | - |
CMYK | 0.10 | 0.04 | 0 | 0.07 |
HSL | 205º | 0.39% | 0.88% | - |
HSV(B) | 205º | 0.1% | 0.93% | - |
XYZ | 69.49 | 74.45 | 90.06 | - |
YUV | 222.95 | 135.36 | 120.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 226 | 236 | 0.10 | 0.04 | 0 | 0.07 | 205 | 0.39 | 0.88 |
Hex | D4 | E2 | EC | A | 4 | 0 | 7 | CD | 27 | 58 |
Octal | 324 | 342 | 354 | 12 | 4 | 0 | 7 | 315 | 47 | 130 |
Binary | 11010100 | 11100010 | 11101100 | 1010 | 100 | 0 | 111 | 11001101 | 100111 | 1011000 |
Color Harmonies of #D4E2EC
Complementary color
Monochromatic Colors of #D4E2EC
Black with #D4E2EC
Text Example
Text Example
White with #D4E2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E2EC; }
p { color: rgb(212,226,236); }
H1.HeaderClassName
{
color: #D4E2EC;
}
.AnyTagClassName
{
color: #D4E2EC;
}
</style>
background-color css
<style>
a { background-color: #D4E2EC; }
a { background-color: rgb(212,226,236); }
div.DivClassName
{
background-color: #D4E2EC;
}
.BgClassName
{
background-color: #D4E2EC;
}
</style>
border-color css
<style>
span { border-color: #D4E2EC; }
span { border-color: rgb(212,226,236); }
td.TdClassName
{
border-color: #D4E2EC;
}
.TagClassName
{
border-color: #D4E2EC;
}
</style>