Shades of Pattens Blue #DAEAF0
Tints of Pattens Blue #DAEAF0
RGB
CMYK
RGB Variations
Color information
#DAEAF0 (or 0xDAEAF0) is known color: Pattens Blue. HEX triplet: DA, EA and F0. RGB value is (218,234,240). Sum of RGB (Red+Green+Blue) = 218+234+240=692 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.50% from 692); Green value is 234 (91.80% from 255 or 33.82% from 692); Blue value is 240 (94.14% from 255 or 34.68% from 692); Max value from RGB is 240 - color contains mainly: blue. Hex color #DAEAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEAF0 is #25150F. Grayscale: #E5E5E5. Windows color (decimal): -2430224 or 15788762. OLE color: 15788762.
HSL color Cylindrical-coordinate representation of color #DAEAF0: hue angle of 196.36º 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 #DAEAF0 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 218 | 234 | 240 | - |
CMYK | 0.09 | 0.02 | 0 | 0.06 |
HSL | 196.36º | 0.42% | 0.9% | - |
HSV(B) | 196.36º | 0.09% | 0.94% | - |
XYZ | 74.06 | 80.04 | 93.98 | - |
YUV | 229.9 | 133.7 | 119.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 234 | 240 | 0.09 | 0.02 | 0 | 0.06 | 196.36 | 0.42 | 0.9 |
Hex | DA | EA | F0 | 9 | 2 | 0 | 6 | C4 | 2A | 5A |
Octal | 332 | 352 | 360 | 11 | 2 | 0 | 6 | 304 | 52 | 132 |
Binary | 11011010 | 11101010 | 11110000 | 1001 | 10 | 0 | 110 | 11000100 | 101010 | 1011010 |
Color Harmonies of #DAEAF0
Complementary color
Monochromatic Colors of #DAEAF0
Black with #DAEAF0
Text Example
Text Example
White with #DAEAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEAF0; }
p { color: rgb(218,234,240); }
H1.HeaderClassName
{
color: #DAEAF0;
}
.AnyTagClassName
{
color: #DAEAF0;
}
</style>
background-color css
<style>
a { background-color: #DAEAF0; }
a { background-color: rgb(218,234,240); }
div.DivClassName
{
background-color: #DAEAF0;
}
.BgClassName
{
background-color: #DAEAF0;
}
</style>
border-color css
<style>
span { border-color: #DAEAF0; }
span { border-color: rgb(218,234,240); }
td.TdClassName
{
border-color: #DAEAF0;
}
.TagClassName
{
border-color: #DAEAF0;
}
</style>