Shades of Pattens Blue #DADFE1
Tints of Pattens Blue #DADFE1
RGB
CMYK
RGB Variations
Color information
#DADFE1 (or 0xDADFE1) is known color: Pattens Blue. HEX triplet: DA, DF and E1. RGB value is (218,223,225). Sum of RGB (Red+Green+Blue) = 218+223+225=666 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.73% from 666); Green value is 223 (87.5% from 255 or 33.48% from 666); Blue value is 225 (88.28% from 255 or 33.78% from 666); Max value from RGB is 225 - color contains mainly: blue. Hex color #DADFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADFE1 is #25201E. Grayscale: #DDDDDD. Windows color (decimal): -2433055 or 14802906. OLE color: 14802906.
HSL color Cylindrical-coordinate representation of color #DADFE1: hue angle of 197.14º degrees, saturation: 0.1, 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 #DADFE1 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 223 | 225 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.12 |
| HSL | 197.14º | 0.1% | 0.87% | - |
| HSV(B) | 197.14º | 0.03% | 0.88% | - |
| XYZ | 68.89 | 73.12 | 81.72 | - |
| YUV | 221.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 225 | 0.03 | 0.01 | 0 | 0.12 | 197.14 | 0.1 | 0.87 |
| Hex | DA | DF | E1 | 3 | 1 | 0 | C | C5 | A | 57 |
| Octal | 332 | 337 | 341 | 3 | 1 | 0 | 14 | 305 | 12 | 127 |
| Binary | 11011010 | 11011111 | 11100001 | 11 | 1 | 0 | 1100 | 11000101 | 1010 | 1010111 |
Color Harmonies of #DADFE1
Complementary color
Monochromatic Colors of #DADFE1
Black with #DADFE1
Text Example
Text Example
White with #DADFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADFE1; }
p { color: rgb(218,223,225); }
H1.HeaderClassName
{
color: #DADFE1;
}
.AnyTagClassName
{
color: #DADFE1;
}
</style>
background-color css
<style>
a { background-color: #DADFE1; }
a { background-color: rgb(218,223,225); }
div.DivClassName
{
background-color: #DADFE1;
}
.BgClassName
{
background-color: #DADFE1;
}
</style>
border-color css
<style>
span { border-color: #DADFE1; }
span { border-color: rgb(218,223,225); }
td.TdClassName
{
border-color: #DADFE1;
}
.TagClassName
{
border-color: #DADFE1;
}
</style>