Shades of Pattens Blue #DAE5E9
Tints of Pattens Blue #DAE5E9
RGB
CMYK
RGB Variations
Color information
#DAE5E9 (or 0xDAE5E9) is known color: Pattens Blue. HEX triplet: DA, E5 and E9. RGB value is (218,229,233). Sum of RGB (Red+Green+Blue) = 218+229+233=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 229 (89.84% from 255 or 33.68% from 680); Blue value is 233 (91.41% from 255 or 34.26% from 680); Max value from RGB is 233 - color contains mainly: blue. Hex color #DAE5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE5E9 is #251A16. Grayscale: #E2E2E2. Windows color (decimal): -2431511 or 15328730. OLE color: 15328730.
HSL color Cylindrical-coordinate representation of color #DAE5E9: hue angle of 196º degrees, saturation: 0.25, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DAE5E9 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 218 | 229 | 233 | - |
CMYK | 0.06 | 0.02 | 0 | 0.09 |
HSL | 196º | 0.25% | 0.88% | - |
HSV(B) | 196º | 0.06% | 0.91% | - |
XYZ | 71.64 | 76.83 | 88.14 | - |
YUV | 226.17 | 131.86 | 122.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 229 | 233 | 0.06 | 0.02 | 0 | 0.09 | 196 | 0.25 | 0.88 |
Hex | DA | E5 | E9 | 6 | 2 | 0 | 9 | C4 | 19 | 58 |
Octal | 332 | 345 | 351 | 6 | 2 | 0 | 11 | 304 | 31 | 130 |
Binary | 11011010 | 11100101 | 11101001 | 110 | 10 | 0 | 1001 | 11000100 | 11001 | 1011000 |
Color Harmonies of #DAE5E9
Complementary color
Monochromatic Colors of #DAE5E9
Black with #DAE5E9
Text Example
Text Example
White with #DAE5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE5E9; }
p { color: rgb(218,229,233); }
H1.HeaderClassName
{
color: #DAE5E9;
}
.AnyTagClassName
{
color: #DAE5E9;
}
</style>
background-color css
<style>
a { background-color: #DAE5E9; }
a { background-color: rgb(218,229,233); }
div.DivClassName
{
background-color: #DAE5E9;
}
.BgClassName
{
background-color: #DAE5E9;
}
</style>
border-color css
<style>
span { border-color: #DAE5E9; }
span { border-color: rgb(218,229,233); }
td.TdClassName
{
border-color: #DAE5E9;
}
.TagClassName
{
border-color: #DAE5E9;
}
</style>