Shades of Pattens Blue #DADFE3
Tints of Pattens Blue #DADFE3
RGB
CMYK
RGB Variations
Color information
#DADFE3 (or 0xDADFE3) is known color: Pattens Blue. HEX triplet: DA, DF and E3. RGB value is (218,223,227). Sum of RGB (Red+Green+Blue) = 218+223+227=668 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.63% from 668); Green value is 223 (87.5% from 255 or 33.38% from 668); Blue value is 227 (89.06% from 255 or 33.98% from 668); Max value from RGB is 227 - color contains mainly: blue. Hex color #DADFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADFE3 is #25201C. Grayscale: #DDDDDD. Windows color (decimal): -2433053 or 14933978. OLE color: 14933978.
HSL color Cylindrical-coordinate representation of color #DADFE3: hue angle of 206.67º degrees, saturation: 0.14, 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 #DADFE3 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 223 | 227 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.11 |
| HSL | 206.67º | 0.14% | 0.87% | - |
| HSV(B) | 206.67º | 0.04% | 0.89% | - |
| XYZ | 69.17 | 73.23 | 83.16 | - |
| YUV | 221.96 | 130.84 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 227 | 0.04 | 0.02 | 0 | 0.11 | 206.67 | 0.14 | 0.87 |
| Hex | DA | DF | E3 | 4 | 2 | 0 | B | CF | E | 57 |
| Octal | 332 | 337 | 343 | 4 | 2 | 0 | 13 | 317 | 16 | 127 |
| Binary | 11011010 | 11011111 | 11100011 | 100 | 10 | 0 | 1011 | 11001111 | 1110 | 1010111 |
Color Harmonies of #DADFE3
Complementary color
Monochromatic Colors of #DADFE3
Black with #DADFE3
Text Example
Text Example
White with #DADFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADFE3; }
p { color: rgb(218,223,227); }
H1.HeaderClassName
{
color: #DADFE3;
}
.AnyTagClassName
{
color: #DADFE3;
}
</style>
background-color css
<style>
a { background-color: #DADFE3; }
a { background-color: rgb(218,223,227); }
div.DivClassName
{
background-color: #DADFE3;
}
.BgClassName
{
background-color: #DADFE3;
}
</style>
border-color css
<style>
span { border-color: #DADFE3; }
span { border-color: rgb(218,223,227); }
td.TdClassName
{
border-color: #DADFE3;
}
.TagClassName
{
border-color: #DADFE3;
}
</style>