Shades of Pattens Blue #DFECF5
Tints of Pattens Blue #DFECF5
RGB
CMYK
RGB Variations
Color information
#DFECF5 (or 0xDFECF5) is known color: Pattens Blue. HEX triplet: DF, EC and F5. RGB value is (223,236,245). Sum of RGB (Red+Green+Blue) = 223+236+245=704 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.68% from 704); Green value is 236 (92.58% from 255 or 33.52% from 704); Blue value is 245 (96.09% from 255 or 34.80% from 704); Max value from RGB is 245 - color contains mainly: blue. Hex color #DFECF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFECF5 is #20130A. Grayscale: #E9E9E9. Windows color (decimal): -2102027 or 16116959. OLE color: 16116959.
HSL color Cylindrical-coordinate representation of color #DFECF5: hue angle of 204.55º 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 #DFECF5 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 223 | 236 | 245 | - |
CMYK | 0.09 | 0.04 | 0 | 0.04 |
HSL | 204.55º | 0.52% | 0.92% | - |
HSV(B) | 204.55º | 0.09% | 0.96% | - |
XYZ | 76.91 | 82.27 | 98.21 | - |
YUV | 233.14 | 134.69 | 120.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 236 | 245 | 0.09 | 0.04 | 0 | 0.04 | 204.55 | 0.52 | 0.92 |
Hex | DF | EC | F5 | 9 | 4 | 0 | 4 | CD | 34 | 5C |
Octal | 337 | 354 | 365 | 11 | 4 | 0 | 4 | 315 | 64 | 134 |
Binary | 11011111 | 11101100 | 11110101 | 1001 | 100 | 0 | 100 | 11001101 | 110100 | 1011100 |
Color Harmonies of #DFECF5
Complementary color
Monochromatic Colors of #DFECF5
Black with #DFECF5
Text Example
Text Example
White with #DFECF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFECF5; }
p { color: rgb(223,236,245); }
H1.HeaderClassName
{
color: #DFECF5;
}
.AnyTagClassName
{
color: #DFECF5;
}
</style>
background-color css
<style>
a { background-color: #DFECF5; }
a { background-color: rgb(223,236,245); }
div.DivClassName
{
background-color: #DFECF5;
}
.BgClassName
{
background-color: #DFECF5;
}
</style>
border-color css
<style>
span { border-color: #DFECF5; }
span { border-color: rgb(223,236,245); }
td.TdClassName
{
border-color: #DFECF5;
}
.TagClassName
{
border-color: #DFECF5;
}
</style>