Shades of Pattens Blue #DAE9F0
Tints of Pattens Blue #DAE9F0
RGB
CMYK
RGB Variations
Color information
#DAE9F0 (or 0xDAE9F0) is known color: Pattens Blue. HEX triplet: DA, E9 and F0. RGB value is (218,233,240). Sum of RGB (Red+Green+Blue) = 218+233+240=691 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.55% from 691); Green value is 233 (91.41% from 255 or 33.72% from 691); Blue value is 240 (94.14% from 255 or 34.73% from 691); Max value from RGB is 240 - color contains mainly: blue. Hex color #DAE9F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE9F0 is #25160F. Grayscale: #E5E5E5. Windows color (decimal): -2430480 or 15788506. OLE color: 15788506.
HSL color Cylindrical-coordinate representation of color #DAE9F0: hue angle of 199.09º 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 #DAE9F0 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 218 | 233 | 240 | - |
CMYK | 0.09 | 0.03 | 0 | 0.06 |
HSL | 199.09º | 0.42% | 0.9% | - |
HSV(B) | 199.09º | 0.09% | 0.94% | - |
XYZ | 73.78 | 79.47 | 93.89 | - |
YUV | 229.31 | 134.03 | 119.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 233 | 240 | 0.09 | 0.03 | 0 | 0.06 | 199.09 | 0.42 | 0.9 |
Hex | DA | E9 | F0 | 9 | 3 | 0 | 6 | C7 | 2A | 5A |
Octal | 332 | 351 | 360 | 11 | 3 | 0 | 6 | 307 | 52 | 132 |
Binary | 11011010 | 11101001 | 11110000 | 1001 | 11 | 0 | 110 | 11000111 | 101010 | 1011010 |
Color Harmonies of #DAE9F0
Complementary color
Monochromatic Colors of #DAE9F0
Black with #DAE9F0
Text Example
Text Example
White with #DAE9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE9F0; }
p { color: rgb(218,233,240); }
H1.HeaderClassName
{
color: #DAE9F0;
}
.AnyTagClassName
{
color: #DAE9F0;
}
</style>
background-color css
<style>
a { background-color: #DAE9F0; }
a { background-color: rgb(218,233,240); }
div.DivClassName
{
background-color: #DAE9F0;
}
.BgClassName
{
background-color: #DAE9F0;
}
</style>
border-color css
<style>
span { border-color: #DAE9F0; }
span { border-color: rgb(218,233,240); }
td.TdClassName
{
border-color: #DAE9F0;
}
.TagClassName
{
border-color: #DAE9F0;
}
</style>