Shades of Pattens Blue #DAE8F4
Tints of Pattens Blue #DAE8F4
RGB
CMYK
RGB Variations
Color information
#DAE8F4 (or 0xDAE8F4) is known color: Pattens Blue. HEX triplet: DA, E8 and F4. RGB value is (218,232,244). Sum of RGB (Red+Green+Blue) = 218+232+244=694 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.41% from 694); Green value is 232 (91.02% from 255 or 33.43% from 694); Blue value is 244 (95.70% from 255 or 35.16% from 694); Max value from RGB is 244 - color contains mainly: blue. Hex color #DAE8F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE8F4 is #25170B. Grayscale: #E5E5E5. Windows color (decimal): -2430732 or 16050394. OLE color: 16050394.
HSL color Cylindrical-coordinate representation of color #DAE8F4: hue angle of 207.69º degrees, saturation: 0.54, 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 #DAE8F4 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 232 | 244 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.04 |
| HSL | 207.69º | 0.54% | 0.91% | - |
| HSV(B) | 207.69º | 0.11% | 0.96% | - |
| XYZ | 74.1 | 79.15 | 96.96 | - |
| YUV | 229.18 | 136.36 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 244 | 0.11 | 0.05 | 0 | 0.04 | 207.69 | 0.54 | 0.91 |
| Hex | DA | E8 | F4 | B | 5 | 0 | 4 | D0 | 36 | 5B |
| Octal | 332 | 350 | 364 | 13 | 5 | 0 | 4 | 320 | 66 | 133 |
| Binary | 11011010 | 11101000 | 11110100 | 1011 | 101 | 0 | 100 | 11010000 | 110110 | 1011011 |
Color Harmonies of #DAE8F4
Complementary color
Monochromatic Colors of #DAE8F4
Black with #DAE8F4
Text Example
Text Example
White with #DAE8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE8F4; }
p { color: rgb(218,232,244); }
H1.HeaderClassName
{
color: #DAE8F4;
}
.AnyTagClassName
{
color: #DAE8F4;
}
</style>
background-color css
<style>
a { background-color: #DAE8F4; }
a { background-color: rgb(218,232,244); }
div.DivClassName
{
background-color: #DAE8F4;
}
.BgClassName
{
background-color: #DAE8F4;
}
</style>
border-color css
<style>
span { border-color: #DAE8F4; }
span { border-color: rgb(218,232,244); }
td.TdClassName
{
border-color: #DAE8F4;
}
.TagClassName
{
border-color: #DAE8F4;
}
</style>