Shades of Pattens Blue #DAE7EA
Tints of Pattens Blue #DAE7EA
RGB
CMYK
RGB Variations
Color information
#DAE7EA (or 0xDAE7EA) is known color: Pattens Blue. HEX triplet: DA, E7 and EA. RGB value is (218,231,234). Sum of RGB (Red+Green+Blue) = 218+231+234=683 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.92% from 683); Green value is 231 (90.62% from 255 or 33.82% from 683); Blue value is 234 (91.80% from 255 or 34.26% from 683); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAE7EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE7EA is #251815. Grayscale: #E3E3E3. Windows color (decimal): -2430998 or 15394778. OLE color: 15394778.
HSL color Cylindrical-coordinate representation of color #DAE7EA: hue angle of 191.25º 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 #DAE7EA is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 231 | 234 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.08 |
| HSL | 191.25º | 0.28% | 0.89% | - |
| HSV(B) | 191.25º | 0.07% | 0.92% | - |
| XYZ | 72.34 | 78 | 89.08 | - |
| YUV | 227.46 | 131.69 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 234 | 0.07 | 0.01 | 0 | 0.08 | 191.25 | 0.28 | 0.89 |
| Hex | DA | E7 | EA | 7 | 1 | 0 | 8 | BF | 1C | 59 |
| Octal | 332 | 347 | 352 | 7 | 1 | 0 | 10 | 277 | 34 | 131 |
| Binary | 11011010 | 11100111 | 11101010 | 111 | 1 | 0 | 1000 | 10111111 | 11100 | 1011001 |
Color Harmonies of #DAE7EA
Complementary color
Monochromatic Colors of #DAE7EA
Black with #DAE7EA
Text Example
Text Example
White with #DAE7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE7EA; }
p { color: rgb(218,231,234); }
H1.HeaderClassName
{
color: #DAE7EA;
}
.AnyTagClassName
{
color: #DAE7EA;
}
</style>
background-color css
<style>
a { background-color: #DAE7EA; }
a { background-color: rgb(218,231,234); }
div.DivClassName
{
background-color: #DAE7EA;
}
.BgClassName
{
background-color: #DAE7EA;
}
</style>
border-color css
<style>
span { border-color: #DAE7EA; }
span { border-color: rgb(218,231,234); }
td.TdClassName
{
border-color: #DAE7EA;
}
.TagClassName
{
border-color: #DAE7EA;
}
</style>