Shades of Pattens Blue #DAE4EA
Tints of Pattens Blue #DAE4EA
RGB
CMYK
RGB Variations
Color information
#DAE4EA (or 0xDAE4EA) is known color: Pattens Blue. HEX triplet: DA, E4 and EA. RGB value is (218,228,234). Sum of RGB (Red+Green+Blue) = 218+228+234=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 228 (89.45% from 255 or 33.53% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAE4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE4EA is #251B15. Grayscale: #E1E1E1. Windows color (decimal): -2431766 or 15394010. OLE color: 15394010.
HSL color Cylindrical-coordinate representation of color #DAE4EA: hue angle of 202.5º degrees, saturation: 0.28, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DAE4EA is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 228 | 234 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.08 |
| HSL | 202.5º | 0.28% | 0.89% | - |
| HSV(B) | 202.5º | 0.07% | 0.92% | - |
| XYZ | 71.51 | 76.33 | 88.81 | - |
| YUV | 225.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 234 | 0.07 | 0.03 | 0 | 0.08 | 202.5 | 0.28 | 0.89 |
| Hex | DA | E4 | EA | 7 | 3 | 0 | 8 | CA | 1C | 59 |
| Octal | 332 | 344 | 352 | 7 | 3 | 0 | 10 | 312 | 34 | 131 |
| Binary | 11011010 | 11100100 | 11101010 | 111 | 11 | 0 | 1000 | 11001010 | 11100 | 1011001 |
Color Harmonies of #DAE4EA
Complementary color
Monochromatic Colors of #DAE4EA
Black with #DAE4EA
Text Example
Text Example
White with #DAE4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE4EA; }
p { color: rgb(218,228,234); }
H1.HeaderClassName
{
color: #DAE4EA;
}
.AnyTagClassName
{
color: #DAE4EA;
}
</style>
background-color css
<style>
a { background-color: #DAE4EA; }
a { background-color: rgb(218,228,234); }
div.DivClassName
{
background-color: #DAE4EA;
}
.BgClassName
{
background-color: #DAE4EA;
}
</style>
border-color css
<style>
span { border-color: #DAE4EA; }
span { border-color: rgb(218,228,234); }
td.TdClassName
{
border-color: #DAE4EA;
}
.TagClassName
{
border-color: #DAE4EA;
}
</style>