Shades of Pattens Blue #D4DEE2
Tints of Pattens Blue #D4DEE2
RGB
CMYK
RGB Variations
Color information
#D4DEE2 (or 0xD4DEE2) is known color: Pattens Blue. HEX triplet: D4, DE and E2. RGB value is (212,222,226). Sum of RGB (Red+Green+Blue) = 212+222+226=660 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.12% from 660); Green value is 222 (87.11% from 255 or 33.64% from 660); Blue value is 226 (88.67% from 255 or 34.24% from 660); Max value from RGB is 226 - color contains mainly: blue. Hex color #D4DEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DEE2 is #2B211D. Grayscale: #DBDBDB. Windows color (decimal): -2826526 or 14868180. OLE color: 14868180.
HSL color Cylindrical-coordinate representation of color #D4DEE2: hue angle of 197.14º degrees, saturation: 0.19, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D4DEE2 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 212 | 222 | 226 | - |
CMYK | 0.06 | 0.02 | 0 | 0.11 |
HSL | 197.14º | 0.19% | 0.86% | - |
HSV(B) | 197.14º | 0.06% | 0.89% | - |
XYZ | 67 | 71.73 | 82.27 | - |
YUV | 219.47 | 131.69 | 122.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 222 | 226 | 0.06 | 0.02 | 0 | 0.11 | 197.14 | 0.19 | 0.86 |
Hex | D4 | DE | E2 | 6 | 2 | 0 | B | C5 | 13 | 56 |
Octal | 324 | 336 | 342 | 6 | 2 | 0 | 13 | 305 | 23 | 126 |
Binary | 11010100 | 11011110 | 11100010 | 110 | 10 | 0 | 1011 | 11000101 | 10011 | 1010110 |
Color Harmonies of #D4DEE2
Complementary color
Monochromatic Colors of #D4DEE2
Black with #D4DEE2
Text Example
Text Example
White with #D4DEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DEE2; }
p { color: rgb(212,222,226); }
H1.HeaderClassName
{
color: #D4DEE2;
}
.AnyTagClassName
{
color: #D4DEE2;
}
</style>
background-color css
<style>
a { background-color: #D4DEE2; }
a { background-color: rgb(212,222,226); }
div.DivClassName
{
background-color: #D4DEE2;
}
.BgClassName
{
background-color: #D4DEE2;
}
</style>
border-color css
<style>
span { border-color: #D4DEE2; }
span { border-color: rgb(212,222,226); }
td.TdClassName
{
border-color: #D4DEE2;
}
.TagClassName
{
border-color: #D4DEE2;
}
</style>