Shades of Pattens Blue #DAE2E5
Tints of Pattens Blue #DAE2E5
RGB
CMYK
RGB Variations
Color information
#DAE2E5 (or 0xDAE2E5) is known color: Pattens Blue. HEX triplet: DA, E2 and E5. RGB value is (218,226,229). Sum of RGB (Red+Green+Blue) = 218+226+229=673 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.39% from 673); Green value is 226 (88.67% from 255 or 33.58% from 673); Blue value is 229 (89.84% from 255 or 34.03% from 673); Max value from RGB is 229 - color contains mainly: blue. Hex color #DAE2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE2E5 is #251D1A. Grayscale: #DFDFDF. Windows color (decimal): -2432283 or 15065818. OLE color: 15065818.
HSL color Cylindrical-coordinate representation of color #DAE2E5: hue angle of 196.36º degrees, saturation: 0.17, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DAE2E5 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 218 | 226 | 229 | - |
CMYK | 0.05 | 0.01 | 0 | 0.10 |
HSL | 196.36º | 0.17% | 0.88% | - |
HSV(B) | 196.36º | 0.05% | 0.9% | - |
XYZ | 70.25 | 74.96 | 84.89 | - |
YUV | 223.95 | 130.85 | 123.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 226 | 229 | 0.05 | 0.01 | 0 | 0.10 | 196.36 | 0.17 | 0.88 |
Hex | DA | E2 | E5 | 5 | 1 | 0 | A | C4 | 11 | 58 |
Octal | 332 | 342 | 345 | 5 | 1 | 0 | 12 | 304 | 21 | 130 |
Binary | 11011010 | 11100010 | 11100101 | 101 | 1 | 0 | 1010 | 11000100 | 10001 | 1011000 |
Color Harmonies of #DAE2E5
Complementary color
Monochromatic Colors of #DAE2E5
Black with #DAE2E5
Text Example
Text Example
White with #DAE2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE2E5; }
p { color: rgb(218,226,229); }
H1.HeaderClassName
{
color: #DAE2E5;
}
.AnyTagClassName
{
color: #DAE2E5;
}
</style>
background-color css
<style>
a { background-color: #DAE2E5; }
a { background-color: rgb(218,226,229); }
div.DivClassName
{
background-color: #DAE2E5;
}
.BgClassName
{
background-color: #DAE2E5;
}
</style>
border-color css
<style>
span { border-color: #DAE2E5; }
span { border-color: rgb(218,226,229); }
td.TdClassName
{
border-color: #DAE2E5;
}
.TagClassName
{
border-color: #DAE2E5;
}
</style>