Shades of Pattens Blue #DAE9F9
Tints of Pattens Blue #DAE9F9
RGB
CMYK
RGB Variations
Color information
#DAE9F9 (or 0xDAE9F9) is known color: Pattens Blue. HEX triplet: DA, E9 and F9. RGB value is (218,233,249). Sum of RGB (Red+Green+Blue) = 218+233+249=700 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.14% from 700); Green value is 233 (91.41% from 255 or 33.29% from 700); Blue value is 249 (97.66% from 255 or 35.57% from 700); Max value from RGB is 249 - color contains mainly: blue. Hex color #DAE9F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE9F9 is #251606. Grayscale: #E6E6E6. Windows color (decimal): -2430471 or 16378330. OLE color: 16378330.
HSL color Cylindrical-coordinate representation of color #DAE9F9: hue angle of 210.97º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAE9F9 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 218 | 233 | 249 | - |
CMYK | 0.12 | 0.06 | 0 | 0.02 |
HSL | 210.97º | 0.72% | 0.92% | - |
HSV(B) | 210.97º | 0.12% | 0.98% | - |
XYZ | 75.15 | 80.02 | 101.11 | - |
YUV | 230.34 | 138.53 | 119.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 233 | 249 | 0.12 | 0.06 | 0 | 0.02 | 210.97 | 0.72 | 0.92 |
Hex | DA | E9 | F9 | C | 6 | 0 | 2 | D3 | 48 | 5C |
Octal | 332 | 351 | 371 | 14 | 6 | 0 | 2 | 323 | 110 | 134 |
Binary | 11011010 | 11101001 | 11111001 | 1100 | 110 | 0 | 10 | 11010011 | 1001000 | 1011100 |
Color Harmonies of #DAE9F9
Complementary color
Monochromatic Colors of #DAE9F9
Black with #DAE9F9
Text Example
Text Example
White with #DAE9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE9F9; }
p { color: rgb(218,233,249); }
H1.HeaderClassName
{
color: #DAE9F9;
}
.AnyTagClassName
{
color: #DAE9F9;
}
</style>
background-color css
<style>
a { background-color: #DAE9F9; }
a { background-color: rgb(218,233,249); }
div.DivClassName
{
background-color: #DAE9F9;
}
.BgClassName
{
background-color: #DAE9F9;
}
</style>
border-color css
<style>
span { border-color: #DAE9F9; }
span { border-color: rgb(218,233,249); }
td.TdClassName
{
border-color: #DAE9F9;
}
.TagClassName
{
border-color: #DAE9F9;
}
</style>