Shades of Pattens Blue #DAE4E7
Tints of Pattens Blue #DAE4E7
RGB
CMYK
RGB Variations
Color information
#DAE4E7 (or 0xDAE4E7) is known color: Pattens Blue. HEX triplet: DA, E4 and E7. RGB value is (218,228,231). Sum of RGB (Red+Green+Blue) = 218+228+231=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 228 (89.45% from 255 or 33.68% from 677); Blue value is 231 (90.62% from 255 or 34.12% from 677); Max value from RGB is 231 - color contains mainly: blue. Hex color #DAE4E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE4E7 is #251B18. Grayscale: #E1E1E1. Windows color (decimal): -2431769 or 15197402. OLE color: 15197402.
HSL color Cylindrical-coordinate representation of color #DAE4E7: hue angle of 193.85º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DAE4E7 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 218 | 228 | 231 | - |
CMYK | 0.06 | 0.01 | 0 | 0.09 |
HSL | 193.85º | 0.21% | 0.88% | - |
HSV(B) | 193.85º | 0.06% | 0.91% | - |
XYZ | 71.08 | 76.16 | 86.56 | - |
YUV | 225.35 | 131.19 | 122.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 228 | 231 | 0.06 | 0.01 | 0 | 0.09 | 193.85 | 0.21 | 0.88 |
Hex | DA | E4 | E7 | 6 | 1 | 0 | 9 | C2 | 15 | 58 |
Octal | 332 | 344 | 347 | 6 | 1 | 0 | 11 | 302 | 25 | 130 |
Binary | 11011010 | 11100100 | 11100111 | 110 | 1 | 0 | 1001 | 11000010 | 10101 | 1011000 |
Color Harmonies of #DAE4E7
Complementary color
Monochromatic Colors of #DAE4E7
Black with #DAE4E7
Text Example
Text Example
White with #DAE4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE4E7; }
p { color: rgb(218,228,231); }
H1.HeaderClassName
{
color: #DAE4E7;
}
.AnyTagClassName
{
color: #DAE4E7;
}
</style>
background-color css
<style>
a { background-color: #DAE4E7; }
a { background-color: rgb(218,228,231); }
div.DivClassName
{
background-color: #DAE4E7;
}
.BgClassName
{
background-color: #DAE4E7;
}
</style>
border-color css
<style>
span { border-color: #DAE4E7; }
span { border-color: rgb(218,228,231); }
td.TdClassName
{
border-color: #DAE4E7;
}
.TagClassName
{
border-color: #DAE4E7;
}
</style>