Shades of Pattens Blue #D4DFEB
Tints of Pattens Blue #D4DFEB
RGB
CMYK
RGB Variations
Color information
#D4DFEB (or 0xD4DFEB) is known color: Pattens Blue. HEX triplet: D4, DF and EB. RGB value is (212,223,235). Sum of RGB (Red+Green+Blue) = 212+223+235=670 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.64% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 235 - color contains mainly: blue. Hex color #D4DFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DFEB is #2B2014. Grayscale: #DDDDDD. Windows color (decimal): -2826261 or 15458260. OLE color: 15458260.
HSL color Cylindrical-coordinate representation of color #D4DFEB: hue angle of 211.3º 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 #D4DFEB is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 223 | 235 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.08 |
| HSL | 211.3º | 0.37% | 0.88% | - |
| HSV(B) | 211.3º | 0.1% | 0.92% | - |
| XYZ | 68.53 | 72.77 | 89.03 | - |
| YUV | 221.08 | 135.86 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 223 | 235 | 0.10 | 0.05 | 0 | 0.08 | 211.3 | 0.37 | 0.88 |
| Hex | D4 | DF | EB | A | 5 | 0 | 8 | D3 | 25 | 58 |
| Octal | 324 | 337 | 353 | 12 | 5 | 0 | 10 | 323 | 45 | 130 |
| Binary | 11010100 | 11011111 | 11101011 | 1010 | 101 | 0 | 1000 | 11010011 | 100101 | 1011000 |
Color Harmonies of #D4DFEB
Complementary color
Monochromatic Colors of #D4DFEB
Black with #D4DFEB
Text Example
Text Example
White with #D4DFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DFEB; }
p { color: rgb(212,223,235); }
H1.HeaderClassName
{
color: #D4DFEB;
}
.AnyTagClassName
{
color: #D4DFEB;
}
</style>
background-color css
<style>
a { background-color: #D4DFEB; }
a { background-color: rgb(212,223,235); }
div.DivClassName
{
background-color: #D4DFEB;
}
.BgClassName
{
background-color: #D4DFEB;
}
</style>
border-color css
<style>
span { border-color: #D4DFEB; }
span { border-color: rgb(212,223,235); }
td.TdClassName
{
border-color: #D4DFEB;
}
.TagClassName
{
border-color: #D4DFEB;
}
</style>