Shades of Pattens Blue #DAE7F5
Tints of Pattens Blue #DAE7F5
RGB
CMYK
RGB Variations
Color information
#DAE7F5 (or 0xDAE7F5) is known color: Pattens Blue. HEX triplet: DA, E7 and F5. RGB value is (218,231,245). Sum of RGB (Red+Green+Blue) = 218+231+245=694 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.41% from 694); Green value is 231 (90.62% from 255 or 33.29% from 694); Blue value is 245 (96.09% from 255 or 35.30% from 694); Max value from RGB is 245 - color contains mainly: blue. Hex color #DAE7F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE7F5 is #25180A. Grayscale: #E4E4E4. Windows color (decimal): -2430987 or 16115674. OLE color: 16115674.
HSL color Cylindrical-coordinate representation of color #DAE7F5: hue angle of 211.11º degrees, saturation: 0.57, 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 #DAE7F5 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 231 | 245 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.04 |
| HSL | 211.11º | 0.57% | 0.91% | - |
| HSV(B) | 211.11º | 0.11% | 0.96% | - |
| XYZ | 73.97 | 78.65 | 97.67 | - |
| YUV | 228.71 | 137.19 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 245 | 0.11 | 0.06 | 0 | 0.04 | 211.11 | 0.57 | 0.91 |
| Hex | DA | E7 | F5 | B | 6 | 0 | 4 | D3 | 39 | 5B |
| Octal | 332 | 347 | 365 | 13 | 6 | 0 | 4 | 323 | 71 | 133 |
| Binary | 11011010 | 11100111 | 11110101 | 1011 | 110 | 0 | 100 | 11010011 | 111001 | 1011011 |
Color Harmonies of #DAE7F5
Complementary color
Monochromatic Colors of #DAE7F5
Black with #DAE7F5
Text Example
Text Example
White with #DAE7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE7F5; }
p { color: rgb(218,231,245); }
H1.HeaderClassName
{
color: #DAE7F5;
}
.AnyTagClassName
{
color: #DAE7F5;
}
</style>
background-color css
<style>
a { background-color: #DAE7F5; }
a { background-color: rgb(218,231,245); }
div.DivClassName
{
background-color: #DAE7F5;
}
.BgClassName
{
background-color: #DAE7F5;
}
</style>
border-color css
<style>
span { border-color: #DAE7F5; }
span { border-color: rgb(218,231,245); }
td.TdClassName
{
border-color: #DAE7F5;
}
.TagClassName
{
border-color: #DAE7F5;
}
</style>