Shades of Pattens Blue #DAE9F6
Tints of Pattens Blue #DAE9F6
RGB
CMYK
RGB Variations
Color information
#DAE9F6 (or 0xDAE9F6) is known color: Pattens Blue. HEX triplet: DA, E9 and F6. RGB value is (218,233,246). Sum of RGB (Red+Green+Blue) = 218+233+246=697 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.28% from 697); Green value is 233 (91.41% from 255 or 33.43% from 697); Blue value is 246 (96.48% from 255 or 35.29% from 697); Max value from RGB is 246 - color contains mainly: blue. Hex color #DAE9F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE9F6 is #251609. Grayscale: #E5E5E5. Windows color (decimal): -2430474 or 16181722. OLE color: 16181722.
HSL color Cylindrical-coordinate representation of color #DAE9F6: hue angle of 207.86º degrees, saturation: 0.61, 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 #DAE9F6 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 218 | 233 | 246 | - |
CMYK | 0.11 | 0.05 | 0 | 0.04 |
HSL | 207.86º | 0.61% | 0.91% | - |
HSV(B) | 207.86º | 0.11% | 0.96% | - |
XYZ | 74.69 | 79.84 | 98.66 | - |
YUV | 230 | 137.03 | 119.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 233 | 246 | 0.11 | 0.05 | 0 | 0.04 | 207.86 | 0.61 | 0.91 |
Hex | DA | E9 | F6 | B | 5 | 0 | 4 | D0 | 3D | 5B |
Octal | 332 | 351 | 366 | 13 | 5 | 0 | 4 | 320 | 75 | 133 |
Binary | 11011010 | 11101001 | 11110110 | 1011 | 101 | 0 | 100 | 11010000 | 111101 | 1011011 |
Color Harmonies of #DAE9F6
Complementary color
Monochromatic Colors of #DAE9F6
Black with #DAE9F6
Text Example
Text Example
White with #DAE9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE9F6; }
p { color: rgb(218,233,246); }
H1.HeaderClassName
{
color: #DAE9F6;
}
.AnyTagClassName
{
color: #DAE9F6;
}
</style>
background-color css
<style>
a { background-color: #DAE9F6; }
a { background-color: rgb(218,233,246); }
div.DivClassName
{
background-color: #DAE9F6;
}
.BgClassName
{
background-color: #DAE9F6;
}
</style>
border-color css
<style>
span { border-color: #DAE9F6; }
span { border-color: rgb(218,233,246); }
td.TdClassName
{
border-color: #DAE9F6;
}
.TagClassName
{
border-color: #DAE9F6;
}
</style>