Shades of Pattens Blue #DAEEF6
Tints of Pattens Blue #DAEEF6
RGB
CMYK
RGB Variations
Color information
#DAEEF6 (or 0xDAEEF6) is known color: Pattens Blue. HEX triplet: DA, EE and F6. RGB value is (218,238,246). Sum of RGB (Red+Green+Blue) = 218+238+246=702 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.05% from 702); Green value is 238 (93.36% from 255 or 33.90% from 702); Blue value is 246 (96.48% from 255 or 35.04% from 702); Max value from RGB is 246 - color contains mainly: blue. Hex color #DAEEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEEF6 is #251109. Grayscale: #E8E8E8. Windows color (decimal): -2429194 or 16183002. OLE color: 16183002.
HSL color Cylindrical-coordinate representation of color #DAEEF6: hue angle of 197.14º degrees, saturation: 0.61, 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 #DAEEF6 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 238 | 246 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.04 |
| HSL | 197.14º | 0.61% | 0.91% | - |
| HSV(B) | 197.14º | 0.11% | 0.96% | - |
| XYZ | 76.12 | 82.71 | 99.14 | - |
| YUV | 232.93 | 135.37 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 238 | 246 | 0.11 | 0.03 | 0 | 0.04 | 197.14 | 0.61 | 0.91 |
| Hex | DA | EE | F6 | B | 3 | 0 | 4 | C5 | 3D | 5B |
| Octal | 332 | 356 | 366 | 13 | 3 | 0 | 4 | 305 | 75 | 133 |
| Binary | 11011010 | 11101110 | 11110110 | 1011 | 11 | 0 | 100 | 11000101 | 111101 | 1011011 |
Color Harmonies of #DAEEF6
Complementary color
Monochromatic Colors of #DAEEF6
Black with #DAEEF6
Text Example
Text Example
White with #DAEEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEEF6; }
p { color: rgb(218,238,246); }
H1.HeaderClassName
{
color: #DAEEF6;
}
.AnyTagClassName
{
color: #DAEEF6;
}
</style>
background-color css
<style>
a { background-color: #DAEEF6; }
a { background-color: rgb(218,238,246); }
div.DivClassName
{
background-color: #DAEEF6;
}
.BgClassName
{
background-color: #DAEEF6;
}
</style>
border-color css
<style>
span { border-color: #DAEEF6; }
span { border-color: rgb(218,238,246); }
td.TdClassName
{
border-color: #DAEEF6;
}
.TagClassName
{
border-color: #DAEEF6;
}
</style>