Shades of Pattens Blue #DAEAF1
Tints of Pattens Blue #DAEAF1
RGB
CMYK
RGB Variations
Color information
#DAEAF1 (or 0xDAEAF1) is known color: Pattens Blue. HEX triplet: DA, EA and F1. RGB value is (218,234,241). Sum of RGB (Red+Green+Blue) = 218+234+241=693 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.46% from 693); Green value is 234 (91.80% from 255 or 33.77% from 693); Blue value is 241 (94.53% from 255 or 34.78% from 693); Max value from RGB is 241 - color contains mainly: blue. Hex color #DAEAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEAF1 is #25150E. Grayscale: #E5E5E5. Windows color (decimal): -2430223 or 15854298. OLE color: 15854298.
HSL color Cylindrical-coordinate representation of color #DAEAF1: hue angle of 198.26º 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 #DAEAF1 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 234 | 241 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.05 |
| HSL | 198.26º | 0.45% | 0.9% | - |
| HSV(B) | 198.26º | 0.1% | 0.95% | - |
| XYZ | 74.21 | 80.1 | 94.77 | - |
| YUV | 230.01 | 134.2 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 241 | 0.10 | 0.03 | 0 | 0.05 | 198.26 | 0.45 | 0.9 |
| Hex | DA | EA | F1 | A | 3 | 0 | 5 | C6 | 2D | 5A |
| Octal | 332 | 352 | 361 | 12 | 3 | 0 | 5 | 306 | 55 | 132 |
| Binary | 11011010 | 11101010 | 11110001 | 1010 | 11 | 0 | 101 | 11000110 | 101101 | 1011010 |
Color Harmonies of #DAEAF1
Complementary color
Monochromatic Colors of #DAEAF1
Black with #DAEAF1
Text Example
Text Example
White with #DAEAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEAF1; }
p { color: rgb(218,234,241); }
H1.HeaderClassName
{
color: #DAEAF1;
}
.AnyTagClassName
{
color: #DAEAF1;
}
</style>
background-color css
<style>
a { background-color: #DAEAF1; }
a { background-color: rgb(218,234,241); }
div.DivClassName
{
background-color: #DAEAF1;
}
.BgClassName
{
background-color: #DAEAF1;
}
</style>
border-color css
<style>
span { border-color: #DAEAF1; }
span { border-color: rgb(218,234,241); }
td.TdClassName
{
border-color: #DAEAF1;
}
.TagClassName
{
border-color: #DAEAF1;
}
</style>