Shades of Pattens Blue #DAE2EA
Tints of Pattens Blue #DAE2EA
RGB
CMYK
RGB Variations
Color information
#DAE2EA (or 0xDAE2EA) is known color: Pattens Blue. HEX triplet: DA, E2 and EA. RGB value is (218,226,234). Sum of RGB (Red+Green+Blue) = 218+226+234=678 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.15% from 678); Green value is 226 (88.67% from 255 or 33.33% from 678); Blue value is 234 (91.80% from 255 or 34.51% from 678); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAE2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE2EA is #251D15. Grayscale: #E0E0E0. Windows color (decimal): -2432278 or 15393498. OLE color: 15393498.
HSL color Cylindrical-coordinate representation of color #DAE2EA: hue angle of 210º 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 #DAE2EA is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 226 | 234 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.08 |
| HSL | 210º | 0.28% | 0.89% | - |
| HSV(B) | 210º | 0.07% | 0.92% | - |
| XYZ | 70.96 | 75.24 | 88.62 | - |
| YUV | 224.52 | 133.35 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 234 | 0.07 | 0.03 | 0 | 0.08 | 210 | 0.28 | 0.89 |
| Hex | DA | E2 | EA | 7 | 3 | 0 | 8 | D2 | 1C | 59 |
| Octal | 332 | 342 | 352 | 7 | 3 | 0 | 10 | 322 | 34 | 131 |
| Binary | 11011010 | 11100010 | 11101010 | 111 | 11 | 0 | 1000 | 11010010 | 11100 | 1011001 |
Color Harmonies of #DAE2EA
Complementary color
Monochromatic Colors of #DAE2EA
Black with #DAE2EA
Text Example
Text Example
White with #DAE2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE2EA; }
p { color: rgb(218,226,234); }
H1.HeaderClassName
{
color: #DAE2EA;
}
.AnyTagClassName
{
color: #DAE2EA;
}
</style>
background-color css
<style>
a { background-color: #DAE2EA; }
a { background-color: rgb(218,226,234); }
div.DivClassName
{
background-color: #DAE2EA;
}
.BgClassName
{
background-color: #DAE2EA;
}
</style>
border-color css
<style>
span { border-color: #DAE2EA; }
span { border-color: rgb(218,226,234); }
td.TdClassName
{
border-color: #DAE2EA;
}
.TagClassName
{
border-color: #DAE2EA;
}
</style>