Shades of Pattens Blue #DAE6EA
Tints of Pattens Blue #DAE6EA
RGB
CMYK
RGB Variations
Color information
#DAE6EA (or 0xDAE6EA) is known color: Pattens Blue. HEX triplet: DA, E6 and EA. RGB value is (218,230,234). Sum of RGB (Red+Green+Blue) = 218+230+234=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 230 (90.23% from 255 or 33.72% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAE6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE6EA is #251915. Grayscale: #E2E2E2. Windows color (decimal): -2431254 or 15394522. OLE color: 15394522.
HSL color Cylindrical-coordinate representation of color #DAE6EA: hue angle of 195º 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 #DAE6EA is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 230 | 234 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.08 |
| HSL | 195º | 0.28% | 0.89% | - |
| HSV(B) | 195º | 0.07% | 0.92% | - |
| XYZ | 72.06 | 77.44 | 88.99 | - |
| YUV | 226.87 | 132.02 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 234 | 0.07 | 0.02 | 0 | 0.08 | 195 | 0.28 | 0.89 |
| Hex | DA | E6 | EA | 7 | 2 | 0 | 8 | C3 | 1C | 59 |
| Octal | 332 | 346 | 352 | 7 | 2 | 0 | 10 | 303 | 34 | 131 |
| Binary | 11011010 | 11100110 | 11101010 | 111 | 10 | 0 | 1000 | 11000011 | 11100 | 1011001 |
Color Harmonies of #DAE6EA
Complementary color
Monochromatic Colors of #DAE6EA
Black with #DAE6EA
Text Example
Text Example
White with #DAE6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE6EA; }
p { color: rgb(218,230,234); }
H1.HeaderClassName
{
color: #DAE6EA;
}
.AnyTagClassName
{
color: #DAE6EA;
}
</style>
background-color css
<style>
a { background-color: #DAE6EA; }
a { background-color: rgb(218,230,234); }
div.DivClassName
{
background-color: #DAE6EA;
}
.BgClassName
{
background-color: #DAE6EA;
}
</style>
border-color css
<style>
span { border-color: #DAE6EA; }
span { border-color: rgb(218,230,234); }
td.TdClassName
{
border-color: #DAE6EA;
}
.TagClassName
{
border-color: #DAE6EA;
}
</style>