Shades of Pattens Blue #DFEFF3
Tints of Pattens Blue #DFEFF3
RGB
CMYK
RGB Variations
Color information
#DFEFF3 (or 0xDFEFF3) is known color: Pattens Blue. HEX triplet: DF, EF and F3. RGB value is (223,239,243). Sum of RGB (Red+Green+Blue) = 223+239+243=705 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.63% from 705); Green value is 239 (93.75% from 255 or 33.90% from 705); Blue value is 243 (95.31% from 255 or 34.47% from 705); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFEFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEFF3 is #20100C. Grayscale: #EAEAEA. Windows color (decimal): -2101261 or 15986655. OLE color: 15986655.
HSL color Cylindrical-coordinate representation of color #DFEFF3: hue angle of 192º degrees, saturation: 0.45, 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 #DFEFF3 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 223 | 239 | 243 | - |
CMYK | 0.08 | 0.02 | 0 | 0.05 |
HSL | 192º | 0.45% | 0.91% | - |
HSV(B) | 192º | 0.08% | 0.95% | - |
XYZ | 77.48 | 83.89 | 96.9 | - |
YUV | 234.67 | 132.7 | 119.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 239 | 243 | 0.08 | 0.02 | 0 | 0.05 | 192 | 0.45 | 0.91 |
Hex | DF | EF | F3 | 8 | 2 | 0 | 5 | C0 | 2D | 5B |
Octal | 337 | 357 | 363 | 10 | 2 | 0 | 5 | 300 | 55 | 133 |
Binary | 11011111 | 11101111 | 11110011 | 1000 | 10 | 0 | 101 | 11000000 | 101101 | 1011011 |
Color Harmonies of #DFEFF3
Complementary color
Monochromatic Colors of #DFEFF3
Black with #DFEFF3
Text Example
Text Example
White with #DFEFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEFF3; }
p { color: rgb(223,239,243); }
H1.HeaderClassName
{
color: #DFEFF3;
}
.AnyTagClassName
{
color: #DFEFF3;
}
</style>
background-color css
<style>
a { background-color: #DFEFF3; }
a { background-color: rgb(223,239,243); }
div.DivClassName
{
background-color: #DFEFF3;
}
.BgClassName
{
background-color: #DFEFF3;
}
</style>
border-color css
<style>
span { border-color: #DFEFF3; }
span { border-color: rgb(223,239,243); }
td.TdClassName
{
border-color: #DFEFF3;
}
.TagClassName
{
border-color: #DFEFF3;
}
</style>