Shades of Pattens Blue #DAEAF5
Tints of Pattens Blue #DAEAF5
RGB
CMYK
RGB Variations
Color information
#DAEAF5 (or 0xDAEAF5) is known color: Pattens Blue. HEX triplet: DA, EA and F5. RGB value is (218,234,245). Sum of RGB (Red+Green+Blue) = 218+234+245=697 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.28% from 697); Green value is 234 (91.80% from 255 or 33.57% from 697); Blue value is 245 (96.09% from 255 or 35.15% from 697); Max value from RGB is 245 - color contains mainly: blue. Hex color #DAEAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEAF5 is #25150A. Grayscale: #E6E6E6. Windows color (decimal): -2430219 or 16116442. OLE color: 16116442.
HSL color Cylindrical-coordinate representation of color #DAEAF5: hue angle of 204.44º degrees, saturation: 0.57, 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 #DAEAF5 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 218 | 234 | 245 | - |
CMYK | 0.11 | 0.04 | 0 | 0.04 |
HSL | 204.44º | 0.57% | 0.91% | - |
HSV(B) | 204.44º | 0.11% | 0.96% | - |
XYZ | 74.82 | 80.34 | 97.95 | - |
YUV | 230.47 | 136.2 | 119.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 234 | 245 | 0.11 | 0.04 | 0 | 0.04 | 204.44 | 0.57 | 0.91 |
Hex | DA | EA | F5 | B | 4 | 0 | 4 | CC | 39 | 5B |
Octal | 332 | 352 | 365 | 13 | 4 | 0 | 4 | 314 | 71 | 133 |
Binary | 11011010 | 11101010 | 11110101 | 1011 | 100 | 0 | 100 | 11001100 | 111001 | 1011011 |
Color Harmonies of #DAEAF5
Complementary color
Monochromatic Colors of #DAEAF5
Black with #DAEAF5
Text Example
Text Example
White with #DAEAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEAF5; }
p { color: rgb(218,234,245); }
H1.HeaderClassName
{
color: #DAEAF5;
}
.AnyTagClassName
{
color: #DAEAF5;
}
</style>
background-color css
<style>
a { background-color: #DAEAF5; }
a { background-color: rgb(218,234,245); }
div.DivClassName
{
background-color: #DAEAF5;
}
.BgClassName
{
background-color: #DAEAF5;
}
</style>
border-color css
<style>
span { border-color: #DAEAF5; }
span { border-color: rgb(218,234,245); }
td.TdClassName
{
border-color: #DAEAF5;
}
.TagClassName
{
border-color: #DAEAF5;
}
</style>