Shades of Pattens Blue #DAE8F7
Tints of Pattens Blue #DAE8F7
RGB
CMYK
RGB Variations
Color information
#DAE8F7 (or 0xDAE8F7) is known color: Pattens Blue. HEX triplet: DA, E8 and F7. RGB value is (218,232,247). Sum of RGB (Red+Green+Blue) = 218+232+247=697 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.28% from 697); Green value is 232 (91.02% from 255 or 33.29% from 697); Blue value is 247 (96.88% from 255 or 35.44% from 697); Max value from RGB is 247 - color contains mainly: blue. Hex color #DAE8F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE8F7 is #251708. Grayscale: #E5E5E5. Windows color (decimal): -2430729 or 16247002. OLE color: 16247002.
HSL color Cylindrical-coordinate representation of color #DAE8F7: hue angle of 211.03º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAE8F7 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 232 | 247 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.03 |
| HSL | 211.03º | 0.64% | 0.91% | - |
| HSV(B) | 211.03º | 0.12% | 0.97% | - |
| XYZ | 74.56 | 79.33 | 99.38 | - |
| YUV | 229.52 | 137.86 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 247 | 0.12 | 0.06 | 0 | 0.03 | 211.03 | 0.64 | 0.91 |
| Hex | DA | E8 | F7 | C | 6 | 0 | 3 | D3 | 40 | 5B |
| Octal | 332 | 350 | 367 | 14 | 6 | 0 | 3 | 323 | 100 | 133 |
| Binary | 11011010 | 11101000 | 11110111 | 1100 | 110 | 0 | 11 | 11010011 | 1000000 | 1011011 |
Color Harmonies of #DAE8F7
Complementary color
Monochromatic Colors of #DAE8F7
Black with #DAE8F7
Text Example
Text Example
White with #DAE8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE8F7; }
p { color: rgb(218,232,247); }
H1.HeaderClassName
{
color: #DAE8F7;
}
.AnyTagClassName
{
color: #DAE8F7;
}
</style>
background-color css
<style>
a { background-color: #DAE8F7; }
a { background-color: rgb(218,232,247); }
div.DivClassName
{
background-color: #DAE8F7;
}
.BgClassName
{
background-color: #DAE8F7;
}
</style>
border-color css
<style>
span { border-color: #DAE8F7; }
span { border-color: rgb(218,232,247); }
td.TdClassName
{
border-color: #DAE8F7;
}
.TagClassName
{
border-color: #DAE8F7;
}
</style>