Shades of Pattens Blue #DADEE1
Tints of Pattens Blue #DADEE1
RGB
CMYK
RGB Variations
Color information
#DADEE1 (or 0xDADEE1) is known color: Pattens Blue. HEX triplet: DA, DE and E1. RGB value is (218,222,225). Sum of RGB (Red+Green+Blue) = 218+222+225=665 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.78% from 665); Green value is 222 (87.11% from 255 or 33.38% from 665); Blue value is 225 (88.28% from 255 or 33.83% from 665); Max value from RGB is 225 - color contains mainly: blue. Hex color #DADEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADEE1 is #25211E. Grayscale: #DDDDDD. Windows color (decimal): -2433311 or 14802650. OLE color: 14802650.
HSL color Cylindrical-coordinate representation of color #DADEE1: hue angle of 205.71º degrees, saturation: 0.1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DADEE1 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 222 | 225 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.12 |
| HSL | 205.71º | 0.1% | 0.87% | - |
| HSV(B) | 205.71º | 0.03% | 0.88% | - |
| XYZ | 68.63 | 72.58 | 81.63 | - |
| YUV | 221.15 | 130.17 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 225 | 0.03 | 0.01 | 0 | 0.12 | 205.71 | 0.1 | 0.87 |
| Hex | DA | DE | E1 | 3 | 1 | 0 | C | CE | A | 57 |
| Octal | 332 | 336 | 341 | 3 | 1 | 0 | 14 | 316 | 12 | 127 |
| Binary | 11011010 | 11011110 | 11100001 | 11 | 1 | 0 | 1100 | 11001110 | 1010 | 1010111 |
Color Harmonies of #DADEE1
Complementary color
Monochromatic Colors of #DADEE1
Black with #DADEE1
Text Example
Text Example
White with #DADEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADEE1; }
p { color: rgb(218,222,225); }
H1.HeaderClassName
{
color: #DADEE1;
}
.AnyTagClassName
{
color: #DADEE1;
}
</style>
background-color css
<style>
a { background-color: #DADEE1; }
a { background-color: rgb(218,222,225); }
div.DivClassName
{
background-color: #DADEE1;
}
.BgClassName
{
background-color: #DADEE1;
}
</style>
border-color css
<style>
span { border-color: #DADEE1; }
span { border-color: rgb(218,222,225); }
td.TdClassName
{
border-color: #DADEE1;
}
.TagClassName
{
border-color: #DADEE1;
}
</style>