Shades of Pattens Blue #DAE4EC
Tints of Pattens Blue #DAE4EC
RGB
CMYK
RGB Variations
Color information
#DAE4EC (or 0xDAE4EC) is known color: Pattens Blue. HEX triplet: DA, E4 and EC. RGB value is (218,228,236). Sum of RGB (Red+Green+Blue) = 218+228+236=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 228 (89.45% from 255 or 33.43% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAE4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE4EC is #251B13. Grayscale: #E1E1E1. Windows color (decimal): -2431764 or 15525082. OLE color: 15525082.
HSL color Cylindrical-coordinate representation of color #DAE4EC: hue angle of 206.67º degrees, saturation: 0.32, 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 #DAE4EC is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 228 | 236 | - |
CMYK | 0.08 | 0.03 | 0 | 0.07 |
HSL | 206.67º | 0.32% | 0.89% | - |
HSV(B) | 206.67º | 0.08% | 0.93% | - |
XYZ | 71.8 | 76.45 | 90.33 | - |
YUV | 225.92 | 133.69 | 122.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 228 | 236 | 0.08 | 0.03 | 0 | 0.07 | 206.67 | 0.32 | 0.89 |
Hex | DA | E4 | EC | 8 | 3 | 0 | 7 | CF | 20 | 59 |
Octal | 332 | 344 | 354 | 10 | 3 | 0 | 7 | 317 | 40 | 131 |
Binary | 11011010 | 11100100 | 11101100 | 1000 | 11 | 0 | 111 | 11001111 | 100000 | 1011001 |
Color Harmonies of #DAE4EC
Complementary color
Monochromatic Colors of #DAE4EC
Black with #DAE4EC
Text Example
Text Example
White with #DAE4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE4EC; }
p { color: rgb(218,228,236); }
H1.HeaderClassName
{
color: #DAE4EC;
}
.AnyTagClassName
{
color: #DAE4EC;
}
</style>
background-color css
<style>
a { background-color: #DAE4EC; }
a { background-color: rgb(218,228,236); }
div.DivClassName
{
background-color: #DAE4EC;
}
.BgClassName
{
background-color: #DAE4EC;
}
</style>
border-color css
<style>
span { border-color: #DAE4EC; }
span { border-color: rgb(218,228,236); }
td.TdClassName
{
border-color: #DAE4EC;
}
.TagClassName
{
border-color: #DAE4EC;
}
</style>