Shades of Pattens Blue #D1DEEA
Tints of Pattens Blue #D1DEEA
RGB
CMYK
RGB Variations
Color information
#D1DEEA (or 0xD1DEEA) is known color: Pattens Blue. HEX triplet: D1, DE and EA. RGB value is (209,222,234). Sum of RGB (Red+Green+Blue) = 209+222+234=665 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.43% from 665); Green value is 222 (87.11% from 255 or 33.38% from 665); Blue value is 234 (91.80% from 255 or 35.19% from 665); Max value from RGB is 234 - color contains mainly: blue. Hex color #D1DEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DEEA is #2E2115. Grayscale: #DBDBDB. Windows color (decimal): -3023126 or 15392465. OLE color: 15392465.
HSL color Cylindrical-coordinate representation of color #D1DEEA: hue angle of 208.8º degrees, saturation: 0.37, 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 #D1DEEA is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 209 | 222 | 234 | - |
CMYK | 0.11 | 0.05 | 0 | 0.08 |
HSL | 208.8º | 0.37% | 0.87% | - |
HSV(B) | 208.8º | 0.11% | 0.92% | - |
XYZ | 67.27 | 71.74 | 88.14 | - |
YUV | 219.48 | 136.19 | 120.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 222 | 234 | 0.11 | 0.05 | 0 | 0.08 | 208.8 | 0.37 | 0.87 |
Hex | D1 | DE | EA | B | 5 | 0 | 8 | D1 | 25 | 57 |
Octal | 321 | 336 | 352 | 13 | 5 | 0 | 10 | 321 | 45 | 127 |
Binary | 11010001 | 11011110 | 11101010 | 1011 | 101 | 0 | 1000 | 11010001 | 100101 | 1010111 |
Color Harmonies of #D1DEEA
Complementary color
Monochromatic Colors of #D1DEEA
Black with #D1DEEA
Text Example
Text Example
White with #D1DEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DEEA; }
p { color: rgb(209,222,234); }
H1.HeaderClassName
{
color: #D1DEEA;
}
.AnyTagClassName
{
color: #D1DEEA;
}
</style>
background-color css
<style>
a { background-color: #D1DEEA; }
a { background-color: rgb(209,222,234); }
div.DivClassName
{
background-color: #D1DEEA;
}
.BgClassName
{
background-color: #D1DEEA;
}
</style>
border-color css
<style>
span { border-color: #D1DEEA; }
span { border-color: rgb(209,222,234); }
td.TdClassName
{
border-color: #D1DEEA;
}
.TagClassName
{
border-color: #D1DEEA;
}
</style>