Shades of Pattens Blue #DAE9EE
Tints of Pattens Blue #DAE9EE
RGB
CMYK
RGB Variations
Color information
#DAE9EE (or 0xDAE9EE) is known color: Pattens Blue. HEX triplet: DA, E9 and EE. RGB value is (218,233,238). Sum of RGB (Red+Green+Blue) = 218+233+238=689 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.64% from 689); Green value is 233 (91.41% from 255 or 33.82% from 689); Blue value is 238 (93.36% from 255 or 34.54% from 689); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAE9EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE9EE is #251611. Grayscale: #E5E5E5. Windows color (decimal): -2430482 or 15657434. OLE color: 15657434.
HSL color Cylindrical-coordinate representation of color #DAE9EE: hue angle of 195º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAE9EE is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 233 | 238 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.07 |
| HSL | 195º | 0.37% | 0.89% | - |
| HSV(B) | 195º | 0.08% | 0.93% | - |
| XYZ | 73.48 | 79.36 | 92.33 | - |
| YUV | 229.09 | 133.03 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 238 | 0.08 | 0.02 | 0 | 0.07 | 195 | 0.37 | 0.89 |
| Hex | DA | E9 | EE | 8 | 2 | 0 | 7 | C3 | 25 | 59 |
| Octal | 332 | 351 | 356 | 10 | 2 | 0 | 7 | 303 | 45 | 131 |
| Binary | 11011010 | 11101001 | 11101110 | 1000 | 10 | 0 | 111 | 11000011 | 100101 | 1011001 |
Color Harmonies of #DAE9EE
Complementary color
Monochromatic Colors of #DAE9EE
Black with #DAE9EE
Text Example
Text Example
White with #DAE9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE9EE; }
p { color: rgb(218,233,238); }
H1.HeaderClassName
{
color: #DAE9EE;
}
.AnyTagClassName
{
color: #DAE9EE;
}
</style>
background-color css
<style>
a { background-color: #DAE9EE; }
a { background-color: rgb(218,233,238); }
div.DivClassName
{
background-color: #DAE9EE;
}
.BgClassName
{
background-color: #DAE9EE;
}
</style>
border-color css
<style>
span { border-color: #DAE9EE; }
span { border-color: rgb(218,233,238); }
td.TdClassName
{
border-color: #DAE9EE;
}
.TagClassName
{
border-color: #DAE9EE;
}
</style>