Shades of Pattens Blue #DFE9F2
Tints of Pattens Blue #DFE9F2
RGB
CMYK
RGB Variations
Color information
#DFE9F2 (or 0xDFE9F2) is known color: Pattens Blue. HEX triplet: DF, E9 and F2. RGB value is (223,233,242). Sum of RGB (Red+Green+Blue) = 223+233+242=698 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.95% from 698); Green value is 233 (91.41% from 255 or 33.38% from 698); Blue value is 242 (94.92% from 255 or 34.67% from 698); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFE9F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE9F2 is #20160D. Grayscale: #E6E6E6. Windows color (decimal): -2102798 or 15919583. OLE color: 15919583.
HSL color Cylindrical-coordinate representation of color #DFE9F2: hue angle of 208.42º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFE9F2 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 223 | 233 | 242 | - |
CMYK | 0.08 | 0.04 | 0 | 0.05 |
HSL | 208.42º | 0.42% | 0.91% | - |
HSV(B) | 208.42º | 0.08% | 0.95% | - |
XYZ | 75.6 | 80.38 | 95.53 | - |
YUV | 231.04 | 134.19 | 122.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 233 | 242 | 0.08 | 0.04 | 0 | 0.05 | 208.42 | 0.42 | 0.91 |
Hex | DF | E9 | F2 | 8 | 4 | 0 | 5 | D0 | 2A | 5B |
Octal | 337 | 351 | 362 | 10 | 4 | 0 | 5 | 320 | 52 | 133 |
Binary | 11011111 | 11101001 | 11110010 | 1000 | 100 | 0 | 101 | 11010000 | 101010 | 1011011 |
Color Harmonies of #DFE9F2
Complementary color
Monochromatic Colors of #DFE9F2
Black with #DFE9F2
Text Example
Text Example
White with #DFE9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE9F2; }
p { color: rgb(223,233,242); }
H1.HeaderClassName
{
color: #DFE9F2;
}
.AnyTagClassName
{
color: #DFE9F2;
}
</style>
background-color css
<style>
a { background-color: #DFE9F2; }
a { background-color: rgb(223,233,242); }
div.DivClassName
{
background-color: #DFE9F2;
}
.BgClassName
{
background-color: #DFE9F2;
}
</style>
border-color css
<style>
span { border-color: #DFE9F2; }
span { border-color: rgb(223,233,242); }
td.TdClassName
{
border-color: #DFE9F2;
}
.TagClassName
{
border-color: #DFE9F2;
}
</style>