Shades of Pattens Blue #DAE7EC
Tints of Pattens Blue #DAE7EC
RGB
CMYK
RGB Variations
Color information
#DAE7EC (or 0xDAE7EC) is known color: Pattens Blue. HEX triplet: DA, E7 and EC. RGB value is (218,231,236). Sum of RGB (Red+Green+Blue) = 218+231+236=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 231 (90.62% from 255 or 33.72% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAE7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE7EC is #251813. Grayscale: #E3E3E3. Windows color (decimal): -2430996 or 15525850. OLE color: 15525850.
HSL color Cylindrical-coordinate representation of color #DAE7EC: hue angle of 196.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 #DAE7EC is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 231 | 236 | - |
CMYK | 0.08 | 0.02 | 0 | 0.07 |
HSL | 196.67º | 0.32% | 0.89% | - |
HSV(B) | 196.67º | 0.08% | 0.93% | - |
XYZ | 72.63 | 78.11 | 90.61 | - |
YUV | 227.68 | 132.69 | 121.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 231 | 236 | 0.08 | 0.02 | 0 | 0.07 | 196.67 | 0.32 | 0.89 |
Hex | DA | E7 | EC | 8 | 2 | 0 | 7 | C5 | 20 | 59 |
Octal | 332 | 347 | 354 | 10 | 2 | 0 | 7 | 305 | 40 | 131 |
Binary | 11011010 | 11100111 | 11101100 | 1000 | 10 | 0 | 111 | 11000101 | 100000 | 1011001 |
Color Harmonies of #DAE7EC
Complementary color
Monochromatic Colors of #DAE7EC
Black with #DAE7EC
Text Example
Text Example
White with #DAE7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE7EC; }
p { color: rgb(218,231,236); }
H1.HeaderClassName
{
color: #DAE7EC;
}
.AnyTagClassName
{
color: #DAE7EC;
}
</style>
background-color css
<style>
a { background-color: #DAE7EC; }
a { background-color: rgb(218,231,236); }
div.DivClassName
{
background-color: #DAE7EC;
}
.BgClassName
{
background-color: #DAE7EC;
}
</style>
border-color css
<style>
span { border-color: #DAE7EC; }
span { border-color: rgb(218,231,236); }
td.TdClassName
{
border-color: #DAE7EC;
}
.TagClassName
{
border-color: #DAE7EC;
}
</style>