Shades of Pattens Blue #DAE2EB
Tints of Pattens Blue #DAE2EB
RGB
CMYK
RGB Variations
Color information
#DAE2EB (or 0xDAE2EB) is known color: Pattens Blue. HEX triplet: DA, E2 and EB. RGB value is (218,226,235). Sum of RGB (Red+Green+Blue) = 218+226+235=679 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.11% from 679); Green value is 226 (88.67% from 255 or 33.28% from 679); Blue value is 235 (92.19% from 255 or 34.61% from 679); Max value from RGB is 235 - color contains mainly: blue. Hex color #DAE2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE2EB is #251D14. Grayscale: #E0E0E0. Windows color (decimal): -2432277 or 15459034. OLE color: 15459034.
HSL color Cylindrical-coordinate representation of color #DAE2EB: hue angle of 211.76º degrees, saturation: 0.3, 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 #DAE2EB is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 218 | 226 | 235 | - |
CMYK | 0.07 | 0.04 | 0 | 0.08 |
HSL | 211.76º | 0.3% | 0.89% | - |
HSV(B) | 211.76º | 0.07% | 0.92% | - |
XYZ | 71.11 | 75.3 | 89.38 | - |
YUV | 224.63 | 133.85 | 123.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 226 | 235 | 0.07 | 0.04 | 0 | 0.08 | 211.76 | 0.3 | 0.89 |
Hex | DA | E2 | EB | 7 | 4 | 0 | 8 | D4 | 1E | 59 |
Octal | 332 | 342 | 353 | 7 | 4 | 0 | 10 | 324 | 36 | 131 |
Binary | 11011010 | 11100010 | 11101011 | 111 | 100 | 0 | 1000 | 11010100 | 11110 | 1011001 |
Color Harmonies of #DAE2EB
Complementary color
Monochromatic Colors of #DAE2EB
Black with #DAE2EB
Text Example
Text Example
White with #DAE2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE2EB; }
p { color: rgb(218,226,235); }
H1.HeaderClassName
{
color: #DAE2EB;
}
.AnyTagClassName
{
color: #DAE2EB;
}
</style>
background-color css
<style>
a { background-color: #DAE2EB; }
a { background-color: rgb(218,226,235); }
div.DivClassName
{
background-color: #DAE2EB;
}
.BgClassName
{
background-color: #DAE2EB;
}
</style>
border-color css
<style>
span { border-color: #DAE2EB; }
span { border-color: rgb(218,226,235); }
td.TdClassName
{
border-color: #DAE2EB;
}
.TagClassName
{
border-color: #DAE2EB;
}
</style>