Shades of Pattens Blue #DAE1E4
Tints of Pattens Blue #DAE1E4
RGB
CMYK
RGB Variations
Color information
#DAE1E4 (or 0xDAE1E4) is known color: Pattens Blue. HEX triplet: DA, E1 and E4. RGB value is (218,225,228). Sum of RGB (Red+Green+Blue) = 218+225+228=671 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.49% from 671); Green value is 225 (88.28% from 255 or 33.53% from 671); Blue value is 228 (89.45% from 255 or 33.98% from 671); Max value from RGB is 228 - color contains mainly: blue. Hex color #DAE1E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE1E4 is #251E1B. Grayscale: #DFDFDF. Windows color (decimal): -2432540 or 15000026. OLE color: 15000026.
HSL color Cylindrical-coordinate representation of color #DAE1E4: hue angle of 198º degrees, saturation: 0.16, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DAE1E4 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 225 | 228 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.11 |
| HSL | 198º | 0.16% | 0.87% | - |
| HSV(B) | 198º | 0.04% | 0.89% | - |
| XYZ | 69.84 | 74.36 | 84.07 | - |
| YUV | 223.25 | 130.68 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 228 | 0.04 | 0.01 | 0 | 0.11 | 198 | 0.16 | 0.87 |
| Hex | DA | E1 | E4 | 4 | 1 | 0 | B | C6 | 10 | 57 |
| Octal | 332 | 341 | 344 | 4 | 1 | 0 | 13 | 306 | 20 | 127 |
| Binary | 11011010 | 11100001 | 11100100 | 100 | 1 | 0 | 1011 | 11000110 | 10000 | 1010111 |
Color Harmonies of #DAE1E4
Complementary color
Monochromatic Colors of #DAE1E4
Black with #DAE1E4
Text Example
Text Example
White with #DAE1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE1E4; }
p { color: rgb(218,225,228); }
H1.HeaderClassName
{
color: #DAE1E4;
}
.AnyTagClassName
{
color: #DAE1E4;
}
</style>
background-color css
<style>
a { background-color: #DAE1E4; }
a { background-color: rgb(218,225,228); }
div.DivClassName
{
background-color: #DAE1E4;
}
.BgClassName
{
background-color: #DAE1E4;
}
</style>
border-color css
<style>
span { border-color: #DAE1E4; }
span { border-color: rgb(218,225,228); }
td.TdClassName
{
border-color: #DAE1E4;
}
.TagClassName
{
border-color: #DAE1E4;
}
</style>