Shades of Pattens Blue #DAE7F1
Tints of Pattens Blue #DAE7F1
RGB
CMYK
RGB Variations
Color information
#DAE7F1 (or 0xDAE7F1) is known color: Pattens Blue. HEX triplet: DA, E7 and F1. RGB value is (218,231,241). Sum of RGB (Red+Green+Blue) = 218+231+241=690 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.59% from 690); Green value is 231 (90.62% from 255 or 33.48% from 690); Blue value is 241 (94.53% from 255 or 34.93% from 690); Max value from RGB is 241 - color contains mainly: blue. Hex color #DAE7F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE7F1 is #25180E. Grayscale: #E4E4E4. Windows color (decimal): -2430991 or 15853530. OLE color: 15853530.
HSL color Cylindrical-coordinate representation of color #DAE7F1: hue angle of 206.09º 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 #DAE7F1 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 231 | 241 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.05 |
| HSL | 206.09º | 0.45% | 0.9% | - |
| HSV(B) | 206.09º | 0.1% | 0.95% | - |
| XYZ | 73.37 | 78.41 | 94.49 | - |
| YUV | 228.25 | 135.19 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 241 | 0.10 | 0.04 | 0 | 0.05 | 206.09 | 0.45 | 0.9 |
| Hex | DA | E7 | F1 | A | 4 | 0 | 5 | CE | 2D | 5A |
| Octal | 332 | 347 | 361 | 12 | 4 | 0 | 5 | 316 | 55 | 132 |
| Binary | 11011010 | 11100111 | 11110001 | 1010 | 100 | 0 | 101 | 11001110 | 101101 | 1011010 |
Color Harmonies of #DAE7F1
Complementary color
Monochromatic Colors of #DAE7F1
Black with #DAE7F1
Text Example
Text Example
White with #DAE7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE7F1; }
p { color: rgb(218,231,241); }
H1.HeaderClassName
{
color: #DAE7F1;
}
.AnyTagClassName
{
color: #DAE7F1;
}
</style>
background-color css
<style>
a { background-color: #DAE7F1; }
a { background-color: rgb(218,231,241); }
div.DivClassName
{
background-color: #DAE7F1;
}
.BgClassName
{
background-color: #DAE7F1;
}
</style>
border-color css
<style>
span { border-color: #DAE7F1; }
span { border-color: rgb(218,231,241); }
td.TdClassName
{
border-color: #DAE7F1;
}
.TagClassName
{
border-color: #DAE7F1;
}
</style>