Shades of Pattens Blue #DAE9F7
Tints of Pattens Blue #DAE9F7
RGB
CMYK
RGB Variations
Color information
#DAE9F7 (or 0xDAE9F7) is known color: Pattens Blue. HEX triplet: DA, E9 and F7. RGB value is (218,233,247). Sum of RGB (Red+Green+Blue) = 218+233+247=698 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.23% from 698); Green value is 233 (91.41% from 255 or 33.38% from 698); Blue value is 247 (96.88% from 255 or 35.39% from 698); Max value from RGB is 247 - color contains mainly: blue. Hex color #DAE9F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE9F7 is #251608. Grayscale: #E6E6E6. Windows color (decimal): -2430473 or 16247258. OLE color: 16247258.
HSL color Cylindrical-coordinate representation of color #DAE9F7: hue angle of 208.97º 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 #DAE9F7 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 218 | 233 | 247 | - |
CMYK | 0.12 | 0.06 | 0 | 0.03 |
HSL | 208.97º | 0.64% | 0.91% | - |
HSV(B) | 208.97º | 0.12% | 0.97% | - |
XYZ | 74.84 | 79.9 | 99.47 | - |
YUV | 230.11 | 137.53 | 119.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 233 | 247 | 0.12 | 0.06 | 0 | 0.03 | 208.97 | 0.64 | 0.91 |
Hex | DA | E9 | F7 | C | 6 | 0 | 3 | D1 | 40 | 5B |
Octal | 332 | 351 | 367 | 14 | 6 | 0 | 3 | 321 | 100 | 133 |
Binary | 11011010 | 11101001 | 11110111 | 1100 | 110 | 0 | 11 | 11010001 | 1000000 | 1011011 |
Color Harmonies of #DAE9F7
Complementary color
Monochromatic Colors of #DAE9F7
Black with #DAE9F7
Text Example
Text Example
White with #DAE9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE9F7; }
p { color: rgb(218,233,247); }
H1.HeaderClassName
{
color: #DAE9F7;
}
.AnyTagClassName
{
color: #DAE9F7;
}
</style>
background-color css
<style>
a { background-color: #DAE9F7; }
a { background-color: rgb(218,233,247); }
div.DivClassName
{
background-color: #DAE9F7;
}
.BgClassName
{
background-color: #DAE9F7;
}
</style>
border-color css
<style>
span { border-color: #DAE9F7; }
span { border-color: rgb(218,233,247); }
td.TdClassName
{
border-color: #DAE9F7;
}
.TagClassName
{
border-color: #DAE9F7;
}
</style>