Shades of Pattens Blue #DFEDF4
Tints of Pattens Blue #DFEDF4
RGB
CMYK
RGB Variations
Color information
#DFEDF4 (or 0xDFEDF4) is known color: Pattens Blue. HEX triplet: DF, ED and F4. RGB value is (223,237,244). Sum of RGB (Red+Green+Blue) = 223+237+244=704 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.68% from 704); Green value is 237 (92.97% from 255 or 33.66% from 704); Blue value is 244 (95.70% from 255 or 34.66% from 704); Max value from RGB is 244 - color contains mainly: blue. Hex color #DFEDF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEDF4 is #20120B. Grayscale: #E9E9E9. Windows color (decimal): -2101772 or 16051679. OLE color: 16051679.
HSL color Cylindrical-coordinate representation of color #DFEDF4: hue angle of 200º degrees, saturation: 0.49, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFEDF4 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 237 | 244 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.04 |
| HSL | 200º | 0.49% | 0.92% | - |
| HSV(B) | 200º | 0.09% | 0.96% | - |
| XYZ | 77.04 | 82.79 | 97.51 | - |
| YUV | 233.61 | 133.86 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 237 | 244 | 0.09 | 0.03 | 0 | 0.04 | 200 | 0.49 | 0.92 |
| Hex | DF | ED | F4 | 9 | 3 | 0 | 4 | C8 | 31 | 5C |
| Octal | 337 | 355 | 364 | 11 | 3 | 0 | 4 | 310 | 61 | 134 |
| Binary | 11011111 | 11101101 | 11110100 | 1001 | 11 | 0 | 100 | 11001000 | 110001 | 1011100 |
Color Harmonies of #DFEDF4
Complementary color
Monochromatic Colors of #DFEDF4
Black with #DFEDF4
Text Example
Text Example
White with #DFEDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEDF4; }
p { color: rgb(223,237,244); }
H1.HeaderClassName
{
color: #DFEDF4;
}
.AnyTagClassName
{
color: #DFEDF4;
}
</style>
background-color css
<style>
a { background-color: #DFEDF4; }
a { background-color: rgb(223,237,244); }
div.DivClassName
{
background-color: #DFEDF4;
}
.BgClassName
{
background-color: #DFEDF4;
}
</style>
border-color css
<style>
span { border-color: #DFEDF4; }
span { border-color: rgb(223,237,244); }
td.TdClassName
{
border-color: #DFEDF4;
}
.TagClassName
{
border-color: #DFEDF4;
}
</style>