Shades of Pattens Blue #D2E4EB
Tints of Pattens Blue #D2E4EB
RGB
CMYK
RGB Variations
Color information
#D2E4EB (or 0xD2E4EB) is known color: Pattens Blue. HEX triplet: D2, E4 and EB. RGB value is (210,228,235). Sum of RGB (Red+Green+Blue) = 210+228+235=673 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.20% from 673); Green value is 228 (89.45% from 255 or 33.88% from 673); Blue value is 235 (92.19% from 255 or 34.92% from 673); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2E4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2E4EB is #2D1B14. Grayscale: #DFDFDF. Windows color (decimal): -2956053 or 15459538. OLE color: 15459538.
HSL color Cylindrical-coordinate representation of color #D2E4EB: hue angle of 196.8º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2E4EB is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 228 | 235 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.08 |
| HSL | 196.8º | 0.38% | 0.87% | - |
| HSV(B) | 196.8º | 0.11% | 0.92% | - |
| XYZ | 69.32 | 75.19 | 89.46 | - |
| YUV | 223.42 | 134.54 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 228 | 235 | 0.11 | 0.03 | 0 | 0.08 | 196.8 | 0.38 | 0.87 |
| Hex | D2 | E4 | EB | B | 3 | 0 | 8 | C5 | 26 | 57 |
| Octal | 322 | 344 | 353 | 13 | 3 | 0 | 10 | 305 | 46 | 127 |
| Binary | 11010010 | 11100100 | 11101011 | 1011 | 11 | 0 | 1000 | 11000101 | 100110 | 1010111 |
Color Harmonies of #D2E4EB
Complementary color
Monochromatic Colors of #D2E4EB
Black with #D2E4EB
Text Example
Text Example
White with #D2E4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E4EB; }
p { color: rgb(210,228,235); }
H1.HeaderClassName
{
color: #D2E4EB;
}
.AnyTagClassName
{
color: #D2E4EB;
}
</style>
background-color css
<style>
a { background-color: #D2E4EB; }
a { background-color: rgb(210,228,235); }
div.DivClassName
{
background-color: #D2E4EB;
}
.BgClassName
{
background-color: #D2E4EB;
}
</style>
border-color css
<style>
span { border-color: #D2E4EB; }
span { border-color: rgb(210,228,235); }
td.TdClassName
{
border-color: #D2E4EB;
}
.TagClassName
{
border-color: #D2E4EB;
}
</style>