Shades of Pattens Blue #DADCDE
Tints of Pattens Blue #DADCDE
RGB
CMYK
RGB Variations
Color information
#DADCDE (or 0xDADCDE) is known color: Pattens Blue. HEX triplet: DA, DC and DE. RGB value is (218,220,222). Sum of RGB (Red+Green+Blue) = 218+220+222=660 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.03% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 222 (87.11% from 255 or 33.64% from 660); Max value from RGB is 222 - color contains mainly: blue. Hex color #DADCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCDE is #252321. Grayscale: #DBDBDB. Windows color (decimal): -2433826 or 14605530. OLE color: 14605530.
HSL color Cylindrical-coordinate representation of color #DADCDE: hue angle of 210º degrees, saturation: 0.06, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DADCDE is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 220 | 222 | - |
| CMYK | 0.02 | 0.01 | 0 | 0.13 |
| HSL | 210º | 0.06% | 0.86% | - |
| HSV(B) | 210º | 0.02% | 0.87% | - |
| XYZ | 67.69 | 71.37 | 79.31 | - |
| YUV | 219.63 | 129.34 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 222 | 0.02 | 0.01 | 0 | 0.13 | 210 | 0.06 | 0.86 |
| Hex | DA | DC | DE | 2 | 1 | 0 | D | D2 | 6 | 56 |
| Octal | 332 | 334 | 336 | 2 | 1 | 0 | 15 | 322 | 6 | 126 |
| Binary | 11011010 | 11011100 | 11011110 | 10 | 1 | 0 | 1101 | 11010010 | 110 | 1010110 |
Color Harmonies of #DADCDE
Complementary color
Monochromatic Colors of #DADCDE
Black with #DADCDE
Text Example
Text Example
White with #DADCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCDE; }
p { color: rgb(218,220,222); }
H1.HeaderClassName
{
color: #DADCDE;
}
.AnyTagClassName
{
color: #DADCDE;
}
</style>
background-color css
<style>
a { background-color: #DADCDE; }
a { background-color: rgb(218,220,222); }
div.DivClassName
{
background-color: #DADCDE;
}
.BgClassName
{
background-color: #DADCDE;
}
</style>
border-color css
<style>
span { border-color: #DADCDE; }
span { border-color: rgb(218,220,222); }
td.TdClassName
{
border-color: #DADCDE;
}
.TagClassName
{
border-color: #DADCDE;
}
</style>