Shades of Pattens Blue #DAE8F6
Tints of Pattens Blue #DAE8F6
RGB
CMYK
RGB Variations
Color information
#DAE8F6 (or 0xDAE8F6) is known color: Pattens Blue. HEX triplet: DA, E8 and F6. RGB value is (218,232,246). Sum of RGB (Red+Green+Blue) = 218+232+246=696 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.32% from 696); Green value is 232 (91.02% from 255 or 33.33% from 696); Blue value is 246 (96.48% from 255 or 35.34% from 696); Max value from RGB is 246 - color contains mainly: blue. Hex color #DAE8F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE8F6 is #251709. Grayscale: #E5E5E5. Windows color (decimal): -2430730 or 16181466. OLE color: 16181466.
HSL color Cylindrical-coordinate representation of color #DAE8F6: hue angle of 210º 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 #DAE8F6 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 232 | 246 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.04 |
| HSL | 210º | 0.61% | 0.91% | - |
| HSV(B) | 210º | 0.11% | 0.96% | - |
| XYZ | 74.4 | 79.27 | 98.57 | - |
| YUV | 229.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 246 | 0.11 | 0.06 | 0 | 0.04 | 210 | 0.61 | 0.91 |
| Hex | DA | E8 | F6 | B | 6 | 0 | 4 | D2 | 3D | 5B |
| Octal | 332 | 350 | 366 | 13 | 6 | 0 | 4 | 322 | 75 | 133 |
| Binary | 11011010 | 11101000 | 11110110 | 1011 | 110 | 0 | 100 | 11010010 | 111101 | 1011011 |
Color Harmonies of #DAE8F6
Complementary color
Monochromatic Colors of #DAE8F6
Black with #DAE8F6
Text Example
Text Example
White with #DAE8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE8F6; }
p { color: rgb(218,232,246); }
H1.HeaderClassName
{
color: #DAE8F6;
}
.AnyTagClassName
{
color: #DAE8F6;
}
</style>
background-color css
<style>
a { background-color: #DAE8F6; }
a { background-color: rgb(218,232,246); }
div.DivClassName
{
background-color: #DAE8F6;
}
.BgClassName
{
background-color: #DAE8F6;
}
</style>
border-color css
<style>
span { border-color: #DAE8F6; }
span { border-color: rgb(218,232,246); }
td.TdClassName
{
border-color: #DAE8F6;
}
.TagClassName
{
border-color: #DAE8F6;
}
</style>