Shades of Pattens Blue #DADDE0
Tints of Pattens Blue #DADDE0
RGB
CMYK
RGB Variations
Color information
#DADDE0 (or 0xDADDE0) is known color: Pattens Blue. HEX triplet: DA, DD and E0. RGB value is (218,221,224). Sum of RGB (Red+Green+Blue) = 218+221+224=663 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.88% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 224 (87.89% from 255 or 33.79% from 663); Max value from RGB is 224 - color contains mainly: blue. Hex color #DADDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDE0 is #25221F. Grayscale: #DCDCDC. Windows color (decimal): -2433568 or 14736858. OLE color: 14736858.
HSL color Cylindrical-coordinate representation of color #DADDE0: hue angle of 210º degrees, saturation: 0.09, 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 #DADDE0 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 221 | 224 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.12 |
| HSL | 210º | 0.09% | 0.87% | - |
| HSV(B) | 210º | 0.03% | 0.88% | - |
| XYZ | 68.22 | 72 | 80.82 | - |
| YUV | 220.45 | 130.01 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 224 | 0.03 | 0.01 | 0 | 0.12 | 210 | 0.09 | 0.87 |
| Hex | DA | DD | E0 | 3 | 1 | 0 | C | D2 | 9 | 57 |
| Octal | 332 | 335 | 340 | 3 | 1 | 0 | 14 | 322 | 11 | 127 |
| Binary | 11011010 | 11011101 | 11100000 | 11 | 1 | 0 | 1100 | 11010010 | 1001 | 1010111 |
Color Harmonies of #DADDE0
Complementary color
Monochromatic Colors of #DADDE0
Black with #DADDE0
Text Example
Text Example
White with #DADDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDE0; }
p { color: rgb(218,221,224); }
H1.HeaderClassName
{
color: #DADDE0;
}
.AnyTagClassName
{
color: #DADDE0;
}
</style>
background-color css
<style>
a { background-color: #DADDE0; }
a { background-color: rgb(218,221,224); }
div.DivClassName
{
background-color: #DADDE0;
}
.BgClassName
{
background-color: #DADDE0;
}
</style>
border-color css
<style>
span { border-color: #DADDE0; }
span { border-color: rgb(218,221,224); }
td.TdClassName
{
border-color: #DADDE0;
}
.TagClassName
{
border-color: #DADDE0;
}
</style>