Shades of Pattens Blue #DAE7F0
Tints of Pattens Blue #DAE7F0
RGB
CMYK
RGB Variations
Color information
#DAE7F0 (or 0xDAE7F0) is known color: Pattens Blue. HEX triplet: DA, E7 and F0. RGB value is (218,231,240). Sum of RGB (Red+Green+Blue) = 218+231+240=689 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.64% from 689); Green value is 231 (90.62% from 255 or 33.53% from 689); Blue value is 240 (94.14% from 255 or 34.83% from 689); Max value from RGB is 240 - color contains mainly: blue. Hex color #DAE7F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE7F0 is #25180F. Grayscale: #E4E4E4. Windows color (decimal): -2430992 or 15787994. OLE color: 15787994.
HSL color Cylindrical-coordinate representation of color #DAE7F0: hue angle of 204.55º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAE7F0 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 218 | 231 | 240 | - |
CMYK | 0.09 | 0.04 | 0 | 0.06 |
HSL | 204.55º | 0.42% | 0.9% | - |
HSV(B) | 204.55º | 0.09% | 0.94% | - |
XYZ | 73.22 | 78.35 | 93.7 | - |
YUV | 228.14 | 134.69 | 120.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 231 | 240 | 0.09 | 0.04 | 0 | 0.06 | 204.55 | 0.42 | 0.9 |
Hex | DA | E7 | F0 | 9 | 4 | 0 | 6 | CD | 2A | 5A |
Octal | 332 | 347 | 360 | 11 | 4 | 0 | 6 | 315 | 52 | 132 |
Binary | 11011010 | 11100111 | 11110000 | 1001 | 100 | 0 | 110 | 11001101 | 101010 | 1011010 |
Color Harmonies of #DAE7F0
Complementary color
Monochromatic Colors of #DAE7F0
Black with #DAE7F0
Text Example
Text Example
White with #DAE7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE7F0; }
p { color: rgb(218,231,240); }
H1.HeaderClassName
{
color: #DAE7F0;
}
.AnyTagClassName
{
color: #DAE7F0;
}
</style>
background-color css
<style>
a { background-color: #DAE7F0; }
a { background-color: rgb(218,231,240); }
div.DivClassName
{
background-color: #DAE7F0;
}
.BgClassName
{
background-color: #DAE7F0;
}
</style>
border-color css
<style>
span { border-color: #DAE7F0; }
span { border-color: rgb(218,231,240); }
td.TdClassName
{
border-color: #DAE7F0;
}
.TagClassName
{
border-color: #DAE7F0;
}
</style>