Shades of Pattens Blue #D4E3EB
Tints of Pattens Blue #D4E3EB
RGB
CMYK
RGB Variations
Color information
#D4E3EB (or 0xD4E3EB) is known color: Pattens Blue. HEX triplet: D4, E3 and EB. RGB value is (212,227,235). Sum of RGB (Red+Green+Blue) = 212+227+235=674 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.45% from 674); Green value is 227 (89.06% from 255 or 33.68% from 674); Blue value is 235 (92.19% from 255 or 34.87% from 674); Max value from RGB is 235 - color contains mainly: blue. Hex color #D4E3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4E3EB is #2B1C14. Grayscale: #DFDFDF. Windows color (decimal): -2825237 or 15459284. OLE color: 15459284.
HSL color Cylindrical-coordinate representation of color #D4E3EB: hue angle of 200.87º 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 #D4E3EB is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 227 | 235 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.08 |
| HSL | 200.87º | 0.37% | 0.88% | - |
| HSV(B) | 200.87º | 0.1% | 0.92% | - |
| XYZ | 69.62 | 74.93 | 89.39 | - |
| YUV | 223.43 | 134.53 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 227 | 235 | 0.10 | 0.03 | 0 | 0.08 | 200.87 | 0.37 | 0.88 |
| Hex | D4 | E3 | EB | A | 3 | 0 | 8 | C9 | 25 | 58 |
| Octal | 324 | 343 | 353 | 12 | 3 | 0 | 10 | 311 | 45 | 130 |
| Binary | 11010100 | 11100011 | 11101011 | 1010 | 11 | 0 | 1000 | 11001001 | 100101 | 1011000 |
Color Harmonies of #D4E3EB
Complementary color
Monochromatic Colors of #D4E3EB
Black with #D4E3EB
Text Example
Text Example
White with #D4E3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E3EB; }
p { color: rgb(212,227,235); }
H1.HeaderClassName
{
color: #D4E3EB;
}
.AnyTagClassName
{
color: #D4E3EB;
}
</style>
background-color css
<style>
a { background-color: #D4E3EB; }
a { background-color: rgb(212,227,235); }
div.DivClassName
{
background-color: #D4E3EB;
}
.BgClassName
{
background-color: #D4E3EB;
}
</style>
border-color css
<style>
span { border-color: #D4E3EB; }
span { border-color: rgb(212,227,235); }
td.TdClassName
{
border-color: #D4E3EB;
}
.TagClassName
{
border-color: #D4E3EB;
}
</style>