Shades of Pattens Blue #DAEAF6
Tints of Pattens Blue #DAEAF6
RGB
CMYK
RGB Variations
Color information
#DAEAF6 (or 0xDAEAF6) is known color: Pattens Blue. HEX triplet: DA, EA and F6. RGB value is (218,234,246). Sum of RGB (Red+Green+Blue) = 218+234+246=698 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.23% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 246 (96.48% from 255 or 35.24% from 698); Max value from RGB is 246 - color contains mainly: blue. Hex color #DAEAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEAF6 is #251509. Grayscale: #E6E6E6. Windows color (decimal): -2430218 or 16181978. OLE color: 16181978.
HSL color Cylindrical-coordinate representation of color #DAEAF6: hue angle of 205.71º degrees, saturation: 0.61, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAEAF6 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 234 | 246 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.04 |
| HSL | 205.71º | 0.61% | 0.91% | - |
| HSV(B) | 205.71º | 0.11% | 0.96% | - |
| XYZ | 74.97 | 80.4 | 98.76 | - |
| YUV | 230.58 | 136.7 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 246 | 0.11 | 0.05 | 0 | 0.04 | 205.71 | 0.61 | 0.91 |
| Hex | DA | EA | F6 | B | 5 | 0 | 4 | CE | 3D | 5B |
| Octal | 332 | 352 | 366 | 13 | 5 | 0 | 4 | 316 | 75 | 133 |
| Binary | 11011010 | 11101010 | 11110110 | 1011 | 101 | 0 | 100 | 11001110 | 111101 | 1011011 |
Color Harmonies of #DAEAF6
Complementary color
Monochromatic Colors of #DAEAF6
Black with #DAEAF6
Text Example
Text Example
White with #DAEAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEAF6; }
p { color: rgb(218,234,246); }
H1.HeaderClassName
{
color: #DAEAF6;
}
.AnyTagClassName
{
color: #DAEAF6;
}
</style>
background-color css
<style>
a { background-color: #DAEAF6; }
a { background-color: rgb(218,234,246); }
div.DivClassName
{
background-color: #DAEAF6;
}
.BgClassName
{
background-color: #DAEAF6;
}
</style>
border-color css
<style>
span { border-color: #DAEAF6; }
span { border-color: rgb(218,234,246); }
td.TdClassName
{
border-color: #DAEAF6;
}
.TagClassName
{
border-color: #DAEAF6;
}
</style>