Shades of Pattens Blue #DADEE0
Tints of Pattens Blue #DADEE0
RGB
CMYK
RGB Variations
Color information
#DADEE0 (or 0xDADEE0) is known color: Pattens Blue. HEX triplet: DA, DE and E0. RGB value is (218,222,224). Sum of RGB (Red+Green+Blue) = 218+222+224=664 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.83% from 664); Green value is 222 (87.11% from 255 or 33.43% from 664); Blue value is 224 (87.89% from 255 or 33.73% from 664); Max value from RGB is 224 - color contains mainly: blue. Hex color #DADEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADEE0 is #25211F. Grayscale: #DDDDDD. Windows color (decimal): -2433312 or 14737114. OLE color: 14737114.
HSL color Cylindrical-coordinate representation of color #DADEE0: hue angle of 200º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DADEE0 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 218 | 222 | 224 | - |
CMYK | 0.03 | 0.01 | 0 | 0.12 |
HSL | 200º | 0.09% | 0.87% | - |
HSV(B) | 200º | 0.03% | 0.88% | - |
XYZ | 68.49 | 72.53 | 80.91 | - |
YUV | 221.03 | 129.67 | 125.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 222 | 224 | 0.03 | 0.01 | 0 | 0.12 | 200 | 0.09 | 0.87 |
Hex | DA | DE | E0 | 3 | 1 | 0 | C | C8 | 9 | 57 |
Octal | 332 | 336 | 340 | 3 | 1 | 0 | 14 | 310 | 11 | 127 |
Binary | 11011010 | 11011110 | 11100000 | 11 | 1 | 0 | 1100 | 11001000 | 1001 | 1010111 |
Color Harmonies of #DADEE0
Complementary color
Monochromatic Colors of #DADEE0
Black with #DADEE0
Text Example
Text Example
White with #DADEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADEE0; }
p { color: rgb(218,222,224); }
H1.HeaderClassName
{
color: #DADEE0;
}
.AnyTagClassName
{
color: #DADEE0;
}
</style>
background-color css
<style>
a { background-color: #DADEE0; }
a { background-color: rgb(218,222,224); }
div.DivClassName
{
background-color: #DADEE0;
}
.BgClassName
{
background-color: #DADEE0;
}
</style>
border-color css
<style>
span { border-color: #DADEE0; }
span { border-color: rgb(218,222,224); }
td.TdClassName
{
border-color: #DADEE0;
}
.TagClassName
{
border-color: #DADEE0;
}
</style>