Shades of Pattens Blue #DAE8F1
Tints of Pattens Blue #DAE8F1
RGB
CMYK
RGB Variations
Color information
#DAE8F1 (or 0xDAE8F1) is known color: Pattens Blue. HEX triplet: DA, E8 and F1. RGB value is (218,232,241). Sum of RGB (Red+Green+Blue) = 218+232+241=691 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.55% from 691); Green value is 232 (91.02% from 255 or 33.57% from 691); Blue value is 241 (94.53% from 255 or 34.88% from 691); Max value from RGB is 241 - color contains mainly: blue. Hex color #DAE8F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE8F1 is #25170E. Grayscale: #E4E4E4. Windows color (decimal): -2430735 or 15853786. OLE color: 15853786.
HSL color Cylindrical-coordinate representation of color #DAE8F1: hue angle of 203.48º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAE8F1 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 232 | 241 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.05 |
| HSL | 203.48º | 0.45% | 0.9% | - |
| HSV(B) | 203.48º | 0.1% | 0.95% | - |
| XYZ | 73.65 | 78.97 | 94.58 | - |
| YUV | 228.84 | 134.86 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 241 | 0.10 | 0.04 | 0 | 0.05 | 203.48 | 0.45 | 0.9 |
| Hex | DA | E8 | F1 | A | 4 | 0 | 5 | CB | 2D | 5A |
| Octal | 332 | 350 | 361 | 12 | 4 | 0 | 5 | 313 | 55 | 132 |
| Binary | 11011010 | 11101000 | 11110001 | 1010 | 100 | 0 | 101 | 11001011 | 101101 | 1011010 |
Color Harmonies of #DAE8F1
Complementary color
Monochromatic Colors of #DAE8F1
Black with #DAE8F1
Text Example
Text Example
White with #DAE8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE8F1; }
p { color: rgb(218,232,241); }
H1.HeaderClassName
{
color: #DAE8F1;
}
.AnyTagClassName
{
color: #DAE8F1;
}
</style>
background-color css
<style>
a { background-color: #DAE8F1; }
a { background-color: rgb(218,232,241); }
div.DivClassName
{
background-color: #DAE8F1;
}
.BgClassName
{
background-color: #DAE8F1;
}
</style>
border-color css
<style>
span { border-color: #DAE8F1; }
span { border-color: rgb(218,232,241); }
td.TdClassName
{
border-color: #DAE8F1;
}
.TagClassName
{
border-color: #DAE8F1;
}
</style>