Shades of Pattens Blue #DFECF0
Tints of Pattens Blue #DFECF0
RGB
CMYK
RGB Variations
Color information
#DFECF0 (or 0xDFECF0) is known color: Pattens Blue. HEX triplet: DF, EC and F0. RGB value is (223,236,240). Sum of RGB (Red+Green+Blue) = 223+236+240=699 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.90% from 699); Green value is 236 (92.58% from 255 or 33.76% from 699); Blue value is 240 (94.14% from 255 or 34.33% from 699); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFECF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFECF0 is #20130F. Grayscale: #E8E8E8. Windows color (decimal): -2102032 or 15789279. OLE color: 15789279.
HSL color Cylindrical-coordinate representation of color #DFECF0: hue angle of 194.12º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFECF0 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 223 | 236 | 240 | - |
CMYK | 0.07 | 0.02 | 0 | 0.06 |
HSL | 194.12º | 0.36% | 0.91% | - |
HSV(B) | 194.12º | 0.07% | 0.94% | - |
XYZ | 76.16 | 81.97 | 94.25 | - |
YUV | 232.57 | 132.19 | 121.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 236 | 240 | 0.07 | 0.02 | 0 | 0.06 | 194.12 | 0.36 | 0.91 |
Hex | DF | EC | F0 | 7 | 2 | 0 | 6 | C2 | 24 | 5B |
Octal | 337 | 354 | 360 | 7 | 2 | 0 | 6 | 302 | 44 | 133 |
Binary | 11011111 | 11101100 | 11110000 | 111 | 10 | 0 | 110 | 11000010 | 100100 | 1011011 |
Color Harmonies of #DFECF0
Complementary color
Monochromatic Colors of #DFECF0
Black with #DFECF0
Text Example
Text Example
White with #DFECF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFECF0; }
p { color: rgb(223,236,240); }
H1.HeaderClassName
{
color: #DFECF0;
}
.AnyTagClassName
{
color: #DFECF0;
}
</style>
background-color css
<style>
a { background-color: #DFECF0; }
a { background-color: rgb(223,236,240); }
div.DivClassName
{
background-color: #DFECF0;
}
.BgClassName
{
background-color: #DFECF0;
}
</style>
border-color css
<style>
span { border-color: #DFECF0; }
span { border-color: rgb(223,236,240); }
td.TdClassName
{
border-color: #DFECF0;
}
.TagClassName
{
border-color: #DFECF0;
}
</style>