Shades of Pattens Blue #DAE8EF
Tints of Pattens Blue #DAE8EF
RGB
CMYK
RGB Variations
Color information
#DAE8EF (or 0xDAE8EF) is known color: Pattens Blue. HEX triplet: DA, E8 and EF. RGB value is (218,232,239). Sum of RGB (Red+Green+Blue) = 218+232+239=689 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.64% from 689); Green value is 232 (91.02% from 255 or 33.67% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAE8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE8EF is #251710. Grayscale: #E4E4E4. Windows color (decimal): -2430737 or 15722714. OLE color: 15722714.
HSL color Cylindrical-coordinate representation of color #DAE8EF: hue angle of 200º degrees, saturation: 0.4, 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 #DAE8EF is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 232 | 239 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.06 |
| HSL | 200º | 0.4% | 0.9% | - |
| HSV(B) | 200º | 0.09% | 0.94% | - |
| XYZ | 73.35 | 78.85 | 93.02 | - |
| YUV | 228.61 | 133.86 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 239 | 0.09 | 0.03 | 0 | 0.06 | 200 | 0.4 | 0.9 |
| Hex | DA | E8 | EF | 9 | 3 | 0 | 6 | C8 | 28 | 5A |
| Octal | 332 | 350 | 357 | 11 | 3 | 0 | 6 | 310 | 50 | 132 |
| Binary | 11011010 | 11101000 | 11101111 | 1001 | 11 | 0 | 110 | 11001000 | 101000 | 1011010 |
Color Harmonies of #DAE8EF
Complementary color
Monochromatic Colors of #DAE8EF
Black with #DAE8EF
Text Example
Text Example
White with #DAE8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE8EF; }
p { color: rgb(218,232,239); }
H1.HeaderClassName
{
color: #DAE8EF;
}
.AnyTagClassName
{
color: #DAE8EF;
}
</style>
background-color css
<style>
a { background-color: #DAE8EF; }
a { background-color: rgb(218,232,239); }
div.DivClassName
{
background-color: #DAE8EF;
}
.BgClassName
{
background-color: #DAE8EF;
}
</style>
border-color css
<style>
span { border-color: #DAE8EF; }
span { border-color: rgb(218,232,239); }
td.TdClassName
{
border-color: #DAE8EF;
}
.TagClassName
{
border-color: #DAE8EF;
}
</style>