Shades of Pattens Blue #DAE5EA
Tints of Pattens Blue #DAE5EA
RGB
CMYK
RGB Variations
Color information
#DAE5EA (or 0xDAE5EA) is known color: Pattens Blue. HEX triplet: DA, E5 and EA. RGB value is (218,229,234). Sum of RGB (Red+Green+Blue) = 218+229+234=681 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.01% from 681); Green value is 229 (89.84% from 255 or 33.63% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAE5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE5EA is #251A15. Grayscale: #E2E2E2. Windows color (decimal): -2431510 or 15394266. OLE color: 15394266.
HSL color Cylindrical-coordinate representation of color #DAE5EA: hue angle of 198.75º degrees, saturation: 0.28, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DAE5EA is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 218 | 229 | 234 | - |
CMYK | 0.07 | 0.02 | 0 | 0.08 |
HSL | 198.75º | 0.28% | 0.89% | - |
HSV(B) | 198.75º | 0.07% | 0.92% | - |
XYZ | 71.78 | 76.88 | 88.9 | - |
YUV | 226.28 | 132.36 | 122.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 229 | 234 | 0.07 | 0.02 | 0 | 0.08 | 198.75 | 0.28 | 0.89 |
Hex | DA | E5 | EA | 7 | 2 | 0 | 8 | C7 | 1C | 59 |
Octal | 332 | 345 | 352 | 7 | 2 | 0 | 10 | 307 | 34 | 131 |
Binary | 11011010 | 11100101 | 11101010 | 111 | 10 | 0 | 1000 | 11000111 | 11100 | 1011001 |
Color Harmonies of #DAE5EA
Complementary color
Monochromatic Colors of #DAE5EA
Black with #DAE5EA
Text Example
Text Example
White with #DAE5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE5EA; }
p { color: rgb(218,229,234); }
H1.HeaderClassName
{
color: #DAE5EA;
}
.AnyTagClassName
{
color: #DAE5EA;
}
</style>
background-color css
<style>
a { background-color: #DAE5EA; }
a { background-color: rgb(218,229,234); }
div.DivClassName
{
background-color: #DAE5EA;
}
.BgClassName
{
background-color: #DAE5EA;
}
</style>
border-color css
<style>
span { border-color: #DAE5EA; }
span { border-color: rgb(218,229,234); }
td.TdClassName
{
border-color: #DAE5EA;
}
.TagClassName
{
border-color: #DAE5EA;
}
</style>