Shades of Pattens Blue #DFEDF5
Tints of Pattens Blue #DFEDF5
RGB
CMYK
RGB Variations
Color information
#DFEDF5 (or 0xDFEDF5) is known color: Pattens Blue. HEX triplet: DF, ED and F5. RGB value is (223,237,245). Sum of RGB (Red+Green+Blue) = 223+237+245=705 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.63% from 705); Green value is 237 (92.97% from 255 or 33.62% from 705); Blue value is 245 (96.09% from 255 or 34.75% from 705); Max value from RGB is 245 - color contains mainly: blue. Hex color #DFEDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEDF5 is #20120A. Grayscale: #E9E9E9. Windows color (decimal): -2101771 or 16117215. OLE color: 16117215.
HSL color Cylindrical-coordinate representation of color #DFEDF5: hue angle of 201.82º degrees, saturation: 0.52, 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 #DFEDF5 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 237 | 245 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.04 |
| HSL | 201.82º | 0.52% | 0.92% | - |
| HSV(B) | 201.82º | 0.09% | 0.96% | - |
| XYZ | 77.2 | 82.85 | 98.31 | - |
| YUV | 233.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 237 | 245 | 0.09 | 0.03 | 0 | 0.04 | 201.82 | 0.52 | 0.92 |
| Hex | DF | ED | F5 | 9 | 3 | 0 | 4 | CA | 34 | 5C |
| Octal | 337 | 355 | 365 | 11 | 3 | 0 | 4 | 312 | 64 | 134 |
| Binary | 11011111 | 11101101 | 11110101 | 1001 | 11 | 0 | 100 | 11001010 | 110100 | 1011100 |
Color Harmonies of #DFEDF5
Complementary color
Monochromatic Colors of #DFEDF5
Black with #DFEDF5
Text Example
Text Example
White with #DFEDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEDF5; }
p { color: rgb(223,237,245); }
H1.HeaderClassName
{
color: #DFEDF5;
}
.AnyTagClassName
{
color: #DFEDF5;
}
</style>
background-color css
<style>
a { background-color: #DFEDF5; }
a { background-color: rgb(223,237,245); }
div.DivClassName
{
background-color: #DFEDF5;
}
.BgClassName
{
background-color: #DFEDF5;
}
</style>
border-color css
<style>
span { border-color: #DFEDF5; }
span { border-color: rgb(223,237,245); }
td.TdClassName
{
border-color: #DFEDF5;
}
.TagClassName
{
border-color: #DFEDF5;
}
</style>