Shades of Pattens Blue #DADEE2
Tints of Pattens Blue #DADEE2
RGB
CMYK
RGB Variations
Color information
#DADEE2 (or 0xDADEE2) is known color: Pattens Blue. HEX triplet: DA, DE and E2. RGB value is (218,222,226). Sum of RGB (Red+Green+Blue) = 218+222+226=666 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.73% from 666); Green value is 222 (87.11% from 255 or 33.33% from 666); Blue value is 226 (88.67% from 255 or 33.93% from 666); Max value from RGB is 226 - color contains mainly: blue. Hex color #DADEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADEE2 is #25211D. Grayscale: #DDDDDD. Windows color (decimal): -2433310 or 14868186. OLE color: 14868186.
HSL color Cylindrical-coordinate representation of color #DADEE2: hue angle of 210º degrees, saturation: 0.12, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DADEE2 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 218 | 222 | 226 | - |
CMYK | 0.04 | 0.02 | 0 | 0.11 |
HSL | 210º | 0.12% | 0.87% | - |
HSV(B) | 210º | 0.04% | 0.89% | - |
XYZ | 68.76 | 72.64 | 82.35 | - |
YUV | 221.26 | 130.67 | 125.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 222 | 226 | 0.04 | 0.02 | 0 | 0.11 | 210 | 0.12 | 0.87 |
Hex | DA | DE | E2 | 4 | 2 | 0 | B | D2 | C | 57 |
Octal | 332 | 336 | 342 | 4 | 2 | 0 | 13 | 322 | 14 | 127 |
Binary | 11011010 | 11011110 | 11100010 | 100 | 10 | 0 | 1011 | 11010010 | 1100 | 1010111 |
Color Harmonies of #DADEE2
Complementary color
Monochromatic Colors of #DADEE2
Black with #DADEE2
Text Example
Text Example
White with #DADEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADEE2; }
p { color: rgb(218,222,226); }
H1.HeaderClassName
{
color: #DADEE2;
}
.AnyTagClassName
{
color: #DADEE2;
}
</style>
background-color css
<style>
a { background-color: #DADEE2; }
a { background-color: rgb(218,222,226); }
div.DivClassName
{
background-color: #DADEE2;
}
.BgClassName
{
background-color: #DADEE2;
}
</style>
border-color css
<style>
span { border-color: #DADEE2; }
span { border-color: rgb(218,222,226); }
td.TdClassName
{
border-color: #DADEE2;
}
.TagClassName
{
border-color: #DADEE2;
}
</style>