Shades of Pattens Blue #DFEDF7
Tints of Pattens Blue #DFEDF7
RGB
CMYK
RGB Variations
Color information
#DFEDF7 (or 0xDFEDF7) is known color: Pattens Blue. HEX triplet: DF, ED and F7. RGB value is (223,237,247). Sum of RGB (Red+Green+Blue) = 223+237+247=707 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.54% from 707); Green value is 237 (92.97% from 255 or 33.52% from 707); Blue value is 247 (96.88% from 255 or 34.94% from 707); Max value from RGB is 247 - color contains mainly: blue. Hex color #DFEDF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEDF7 is #201208. Grayscale: #E9E9E9. Windows color (decimal): -2101769 or 16248287. OLE color: 16248287.
HSL color Cylindrical-coordinate representation of color #DFEDF7: hue angle of 205º degrees, saturation: 0.6, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFEDF7 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 223 | 237 | 247 | - |
CMYK | 0.10 | 0.04 | 0 | 0.03 |
HSL | 205º | 0.6% | 0.92% | - |
HSV(B) | 205º | 0.1% | 0.97% | - |
XYZ | 77.5 | 82.97 | 99.93 | - |
YUV | 233.95 | 135.36 | 120.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 237 | 247 | 0.10 | 0.04 | 0 | 0.03 | 205 | 0.6 | 0.92 |
Hex | DF | ED | F7 | A | 4 | 0 | 3 | CD | 3C | 5C |
Octal | 337 | 355 | 367 | 12 | 4 | 0 | 3 | 315 | 74 | 134 |
Binary | 11011111 | 11101101 | 11110111 | 1010 | 100 | 0 | 11 | 11001101 | 111100 | 1011100 |
Color Harmonies of #DFEDF7
Complementary color
Monochromatic Colors of #DFEDF7
Black with #DFEDF7
Text Example
Text Example
White with #DFEDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEDF7; }
p { color: rgb(223,237,247); }
H1.HeaderClassName
{
color: #DFEDF7;
}
.AnyTagClassName
{
color: #DFEDF7;
}
</style>
background-color css
<style>
a { background-color: #DFEDF7; }
a { background-color: rgb(223,237,247); }
div.DivClassName
{
background-color: #DFEDF7;
}
.BgClassName
{
background-color: #DFEDF7;
}
</style>
border-color css
<style>
span { border-color: #DFEDF7; }
span { border-color: rgb(223,237,247); }
td.TdClassName
{
border-color: #DFEDF7;
}
.TagClassName
{
border-color: #DFEDF7;
}
</style>